Html Css Color HEX #12CFE9 Dark Turquoise

📋 copy color: '#12CFE9'

red 18 ◦ green 207 ◦ blue 233

#12CFE9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Turquoise #12CFE9

Tints of Dark Turquoise #12CFE9

RGB

 RED value IS 18 (7.42% from 255) = 3.93%

 GREEN value IS 207 (81.25% from 255) = 45.2%

 BLUE value IS 233 (91.41% from 255) = 50.87%

R = 3.93%
G = 45.2%
B = 50.87%

CMYK

 C value IS 0.92

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#12CFE9 (or 0x12CFE9) is known color: Dark Turquoise. HEX triplet: 12, CF and E9. RGB value is (18,207,233). Sum of RGB (Red+Green+Blue) = 18+207+233=458 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.93% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 233 (91.41% from 255 or 50.87% from 458); Max value from RGB is 233 - color contains mainly: blue. Hex color #12CFE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12CFE9 is #ED3016. Grayscale: #999999. Windows color (decimal): -15544343 or 15322898. OLE color: 15322898.

HSL color Cylindrical-coordinate representation of color #12CFE9: hue angle of 187.26º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12CFE9 is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 18 207 233 -
CMYK 0.92 0.11 0 0.09
HSL 187.26º 0.86% 0.49% -
HSV(B) 187.26º 0.92% 0.91% -
XYZ 37.27 50.64 84.9 -
YUV 153.45 172.88 31.39 -
System Red Green Blue C M Y K H S L
Decimal 18 207 233 0.92 0.11 0 0.09 187.26 0.86 0.49
Hex 12 CF E9 5C B 0 9 BB 56 31
Octal 22 317 351 134 13 0 11 273 126 61
Binary 10010 11001111 11101001 1011100 1011 0 1001 10111011 1010110 110001

Color Harmonies of #12CFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CFE9

Black with #12CFE9

Text Example


Text Example

White with #12CFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12CFE9; }

 p { color: rgb(18,207,233); }

 H1.HeaderClassName
 {
   color: #12CFE9;
 }
 .AnyTagClassName
 {
   color: #12CFE9;
 }
</style>

background-color css

<style>
 a { background-color: #12CFE9; }

 a { background-color: rgb(18,207,233); }

 div.DivClassName
 {
   background-color: #12CFE9;
 }
 .BgClassName
 {
   background-color: #12CFE9;
 }
</style>

border-color css

<style>
 span { border-color: #12CFE9; }

 span { border-color: rgb(18,207,233); }

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