Html Css Color HEX #12E1CF Bright Turquoise

📋 copy color: '#12E1CF'

red 18 ◦ green 225 ◦ blue 207

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

Shades of Bright Turquoise #12E1CF

Tints of Bright Turquoise #12E1CF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 50%

 BLUE value IS 207 (81.25% from 255) = 46%

R = 4%
G = 50%
B = 46%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#12E1CF (or 0x12E1CF) is known color: Bright Turquoise. HEX triplet: 12, E1 and CF. RGB value is (18,225,207). Sum of RGB (Red+Green+Blue) = 18+225+207=450 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4% from 450); Green value is 225 (88.28% from 255 or 50% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 225 - color contains mainly: green. Hex color #12E1CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12E1CF is #ED1E30. Grayscale: #A0A0A0. Windows color (decimal): -15539761 or 13623570. OLE color: 13623570.

HSL color Cylindrical-coordinate representation of color #12E1CF: hue angle of 174.78º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E1CF is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 18 225 207 -
CMYK 0.92 0 0.08 0.12
HSL 174.78º 0.85% 0.48% -
HSV(B) 174.78º 0.92% 0.88% -
XYZ 38.44 58.48 68.29 -
YUV 161.06 153.92 25.96 -
System Red Green Blue C M Y K H S L
Decimal 18 225 207 0.92 0 0.08 0.12 174.78 0.85 0.48
Hex 12 E1 CF 5C 0 8 C AF 55 30
Octal 22 341 317 134 0 10 14 257 125 60
Binary 10010 11100001 11001111 1011100 0 1000 1100 10101111 1010101 110000

Color Harmonies of #12E1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E1CF

Black with #12E1CF

Text Example


Text Example

White with #12E1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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