Html Css Color HEX #12F0CF Bright Turquoise

📋 copy color: '#12F0CF'

red 18 ◦ green 240 ◦ blue 207

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

Shades of Bright Turquoise #12F0CF

Tints of Bright Turquoise #12F0CF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 51.61%

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

R = 3.87%
G = 51.61%
B = 44.52%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#12F0CF (or 0x12F0CF) is known color: Bright Turquoise. HEX triplet: 12, F0 and CF. RGB value is (18,240,207). Sum of RGB (Red+Green+Blue) = 18+240+207=465 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.87% from 465); Green value is 240 (94.14% from 255 or 51.61% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 240 - color contains mainly: green. Hex color #12F0CF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12F0CF is #ED0F30. Grayscale: #A9A9A9. Windows color (decimal): -15535921 or 13627410. OLE color: 13627410.

HSL color Cylindrical-coordinate representation of color #12F0CF: hue angle of 171.08º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F0CF is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 240 207 -
CMYK 0.92 0 0.14 0.06
HSL 171.08º 0.88% 0.51% -
HSV(B) 171.08º 0.93% 0.94% -
XYZ 42.67 66.95 69.71 -
YUV 169.86 148.95 19.68 -
System Red Green Blue C M Y K H S L
Decimal 18 240 207 0.92 0 0.14 0.06 171.08 0.88 0.51
Hex 12 F0 CF 5C 0 E 6 AB 58 33
Octal 22 360 317 134 0 16 6 253 130 63
Binary 10010 11110000 11001111 1011100 0 1110 110 10101011 1011000 110011

Color Harmonies of #12F0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F0CF

Black with #12F0CF

Text Example


Text Example

White with #12F0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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