Html Css Color HEX #12CFE8 Dark Turquoise

📋 copy color: '#12CFE8'

red 18 ◦ green 207 ◦ blue 232

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

Shades of Dark Turquoise #12CFE8

Tints of Dark Turquoise #12CFE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 50.77%

R = 3.94%
G = 45.3%
B = 50.77%

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

#12CFE8 (or 0x12CFE8) is known color: Dark Turquoise. HEX triplet: 12, CF and E8. RGB value is (18,207,232). Sum of RGB (Red+Green+Blue) = 18+207+232=457 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.94% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 232 (91.02% from 255 or 50.77% from 457); Max value from RGB is 232 - color contains mainly: blue. Hex color #12CFE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12CFE8 is #ED3017. Grayscale: #999999. Windows color (decimal): -15544344 or 15257362. OLE color: 15257362.

HSL color Cylindrical-coordinate representation of color #12CFE8: hue angle of 187.01º 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 #12CFE8 is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 18 207 232 -
CMYK 0.92 0.11 0 0.09
HSL 187.01º 0.86% 0.49% -
HSV(B) 187.01º 0.92% 0.91% -
XYZ 37.13 50.58 84.15 -
YUV 153.34 172.38 31.47 -
System Red Green Blue C M Y K H S L
Decimal 18 207 232 0.92 0.11 0 0.09 187.01 0.86 0.49
Hex 12 CF E8 5C B 0 9 BB 56 31
Octal 22 317 350 134 13 0 11 273 126 61
Binary 10010 11001111 11101000 1011100 1011 0 1001 10111011 1010110 110001

Color Harmonies of #12CFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CFE8

Black with #12CFE8

Text Example


Text Example

White with #12CFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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