Html Css Color HEX #12F8C9 Bright Turquoise

📋 copy color: '#12F8C9'

red 18 ◦ green 248 ◦ blue 201

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

Shades of Bright Turquoise #12F8C9

Tints of Bright Turquoise #12F8C9

RGB

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

 GREEN value IS 248 (97.27% from 255) = 53.1%

 BLUE value IS 201 (78.91% from 255) = 43.04%

R = 3.85%
G = 53.1%
B = 43.04%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#12F8C9 (or 0x12F8C9) is known color: Bright Turquoise. HEX triplet: 12, F8 and C9. RGB value is (18,248,201). Sum of RGB (Red+Green+Blue) = 18+248+201=467 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.85% from 467); Green value is 248 (97.27% from 255 or 53.10% from 467); Blue value is 201 (78.91% from 255 or 43.04% from 467); Max value from RGB is 248 - color contains mainly: green. Hex color #12F8C9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12F8C9 is #ED0736. Grayscale: #ADADAD. Windows color (decimal): -15533879 or 13236242. OLE color: 13236242.

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

Color convert

RGB 18 248 201 -
CMYK 0.93 0 0.19 0.03
HSL 167.74º 0.94% 0.52% -
HSV(B) 167.74º 0.93% 0.97% -
XYZ 44.36 71.48 66.72 -
YUV 173.87 143.3 16.82 -
System Red Green Blue C M Y K H S L
Decimal 18 248 201 0.93 0 0.19 0.03 167.74 0.94 0.52
Hex 12 F8 C9 5D 0 13 3 A8 5E 34
Octal 22 370 311 135 0 23 3 250 136 64
Binary 10010 11111000 11001001 1011101 0 10011 11 10101000 1011110 110100

Color Harmonies of #12F8C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F8C9

Black with #12F8C9

Text Example


Text Example

White with #12F8C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,248,201); }

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

background-color css

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

 a { background-color: rgb(18,248,201); }

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

border-color css

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

 span { border-color: rgb(18,248,201); }

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