Html Css Color HEX #12FFCF Bright Turquoise

📋 copy color: '#12FFCF'

red 18 ◦ green 255 ◦ blue 207

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

Shades of Bright Turquoise #12FFCF

Tints of Bright Turquoise #12FFCF

RGB

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

 GREEN value IS 255 (100% from 255) = 53.13%

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

R = 3.75%
G = 53.13%
B = 43.13%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#12FFCF (or 0x12FFCF) is known color: Bright Turquoise. HEX triplet: 12, FF and CF. RGB value is (18,255,207). Sum of RGB (Red+Green+Blue) = 18+255+207=480 (63% of max value = 765). Red value is 18 (7.42% from 255 or 3.75% from 480); Green value is 255 (100% from 255 or 53.12% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 255 - color contains mainly: green. Hex color #12FFCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FFCF is #ED0030. Grayscale: #B2B2B2. Windows color (decimal): -15532081 or 13631250. OLE color: 13631250.

HSL color Cylindrical-coordinate representation of color #12FFCF: hue angle of 167.85º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FFCF is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 18 255 207 -
CMYK 0.93 0 0.19 0
HSL 167.85º 1% 0.54% -
HSV(B) 167.85º 0.93% 1% -
XYZ 47.27 76.15 71.24 -
YUV 178.67 143.98 13.4 -
System Red Green Blue C M Y K H S L
Decimal 18 255 207 0.93 0 0.19 0 167.85 1 0.54
Hex 12 FF CF 5D 0 13 0 A8 64 36
Octal 22 377 317 135 0 23 0 250 144 66
Binary 10010 11111111 11001111 1011101 0 10011 0 10101000 1100100 110110

Color Harmonies of #12FFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FFCF

Black with #12FFCF

Text Example


Text Example

White with #12FFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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