Html Css Color HEX #12FCCE Bright Turquoise

📋 copy color: '#12FCCE'

red 18 ◦ green 252 ◦ blue 206

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

Shades of Bright Turquoise #12FCCE

Tints of Bright Turquoise #12FCCE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 52.94%

 BLUE value IS 206 (80.86% from 255) = 43.28%

R = 3.78%
G = 52.94%
B = 43.28%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#12FCCE (or 0x12FCCE) is known color: Bright Turquoise. HEX triplet: 12, FC and CE. RGB value is (18,252,206). Sum of RGB (Red+Green+Blue) = 18+252+206=476 (63% of max value = 765). Red value is 18 (7.42% from 255 or 3.78% from 476); Green value is 252 (98.83% from 255 or 52.94% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 252 - color contains mainly: green. Hex color #12FCCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FCCE is #ED0331. Grayscale: #B0B0B0. Windows color (decimal): -15532850 or 13564946. OLE color: 13564946.

HSL color Cylindrical-coordinate representation of color #12FCCE: hue angle of 168.21º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FCCE is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 18 252 206 -
CMYK 0.93 0 0.18 0.01
HSL 168.21º 0.98% 0.53% -
HSV(B) 168.21º 0.93% 0.99% -
XYZ 46.2 74.21 70.28 -
YUV 176.79 144.48 14.74 -
System Red Green Blue C M Y K H S L
Decimal 18 252 206 0.93 0 0.18 0.01 168.21 0.98 0.53
Hex 12 FC CE 5D 0 12 1 A8 62 35
Octal 22 374 316 135 0 22 1 250 142 65
Binary 10010 11111100 11001110 1011101 0 10010 1 10101000 1100010 110101

Color Harmonies of #12FCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FCCE

Black with #12FCCE

Text Example


Text Example

White with #12FCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,252,206); }

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

background-color css

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

 a { background-color: rgb(18,252,206); }

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

border-color css

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

 span { border-color: rgb(18,252,206); }

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