Html Css Color HEX #12F2D1 Bright Turquoise

📋 copy color: '#12F2D1'

red 18 ◦ green 242 ◦ blue 209

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

Shades of Bright Turquoise #12F2D1

Tints of Bright Turquoise #12F2D1

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.6%

 BLUE value IS 209 (82.03% from 255) = 44.56%

R = 3.84%
G = 51.6%
B = 44.56%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#12F2D1 (or 0x12F2D1) is known color: Bright Turquoise. HEX triplet: 12, F2 and D1. RGB value is (18,242,209). Sum of RGB (Red+Green+Blue) = 18+242+209=469 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.84% from 469); Green value is 242 (94.92% from 255 or 51.60% from 469); Blue value is 209 (82.03% from 255 or 44.56% from 469); Max value from RGB is 242 - color contains mainly: green. Hex color #12F2D1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12F2D1 is #ED0D2E. Grayscale: #ABABAB. Windows color (decimal): -15535407 or 13758994. OLE color: 13758994.

HSL color Cylindrical-coordinate representation of color #12F2D1: hue angle of 171.16º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F2D1 is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 18 242 209 -
CMYK 0.93 0 0.14 0.05
HSL 171.16º 0.9% 0.51% -
HSV(B) 171.16º 0.93% 0.95% -
XYZ 43.51 68.24 71.2 -
YUV 171.26 149.29 18.68 -
System Red Green Blue C M Y K H S L
Decimal 18 242 209 0.93 0 0.14 0.05 171.16 0.9 0.51
Hex 12 F2 D1 5D 0 E 5 AB 5A 33
Octal 22 362 321 135 0 16 5 253 132 63
Binary 10010 11110010 11010001 1011101 0 1110 101 10101011 1011010 110011

Color Harmonies of #12F2D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F2D1

Black with #12F2D1

Text Example


Text Example

White with #12F2D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,242,209); }

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

background-color css

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

 a { background-color: rgb(18,242,209); }

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

border-color css

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

 span { border-color: rgb(18,242,209); }

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