#14cbe2

Color #14CBE2 Dark Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Turquoise #14CBE2

Tints of Dark Turquoise #14CBE2

Color information

#14CBE2 (or 0x14CBE2) is unknown color: approx Dark Turquoise. HEX triplet: 14, CB and E2. RGB value is (20,203,226). Sum of RGB (Red+Green+Blue) = 20+203+226=449 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.45% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 226 (88.67% from 255 or 50.33% from 449); Max value from RGB is 226 - color contains mainly: blue. Hex color #14CBE2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CBE2 is #EB341D. Grayscale: #969696. Windows color (decimal): -15414302 or 14863124. OLE color: 14863124.

HSL color Cylindrical-coordinate representation of color #14CBE2: hue angle of 186.7º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14CBE2 is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB20203226-
CMYK0.910.1000.11
HSL186.7º83.74%48.24%-
HSV(B)186.7º91.15%88.63%-
XYZ35.3748.3579.42-
YUV150.9170.3734.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 4.45%
GREEN value IS 203 (79.69% from 255) = 45.21%
BLUE value IS 226 (88.67% from 255) = 50.33%
R=4.45%
G=45.21%
B=50.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal202032260.910.1000.11186.783.7448.24
Hex14CBE25BA0Bbb5430
Octal243133421331201327312460
Binary1010011001011111000101011011101001011101110111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14cbe2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14cbe2; }

 p { color: rgb(20,203,226); }

 H1.HeaderClassName
 {
   color: #14cbe2;
 }
 .AnyTagClassName
 {
   color: #14cbe2;
 }
</style>
background-color css

<style>
 a { background-color: #14cbe2; }

 a { background-color: rgb(20,203,226); }

 div.DivClassName
 {
   background-color: #14cbe2;
 }
 .BgClassName
 {
   background-color: #14cbe2;
 }
</style>
border-color css

<style>
 span { border-color: #14cbe2; }

 span { border-color: rgb(20,203,226); }

 td.TdClassName
 {
   border-color: #14cbe2;
 }
 .TagClassName
 {
   border-color: #14cbe2;
 }
</style>