Html Css Color HEX #12F1C7 Bright Turquoise

📋 copy color: '#12F1C7'

red 18 ◦ green 241 ◦ blue 199

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

Shades of Bright Turquoise #12F1C7

Tints of Bright Turquoise #12F1C7

RGB

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

 GREEN value IS 241 (94.53% from 255) = 52.62%

 BLUE value IS 199 (78.13% from 255) = 43.45%

R = 3.93%
G = 52.62%
B = 43.45%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#12F1C7 (or 0x12F1C7) is known color: Bright Turquoise. HEX triplet: 12, F1 and C7. RGB value is (18,241,199). Sum of RGB (Red+Green+Blue) = 18+241+199=458 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.93% from 458); Green value is 241 (94.53% from 255 or 52.62% from 458); Blue value is 199 (78.12% from 255 or 43.45% from 458); Max value from RGB is 241 - color contains mainly: green. Hex color #12F1C7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12F1C7 is #ED0E38. Grayscale: #A9A9A9. Windows color (decimal): -15535673 or 13103378. OLE color: 13103378.

HSL color Cylindrical-coordinate representation of color #12F1C7: hue angle of 168.7º degrees, saturation: 0.89, 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 #12F1C7 is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 18 241 199 -
CMYK 0.93 0 0.17 0.05
HSL 168.7º 0.89% 0.51% -
HSV(B) 168.7º 0.93% 0.95% -
XYZ 42.01 67.16 64.78 -
YUV 169.54 144.62 19.92 -
System Red Green Blue C M Y K H S L
Decimal 18 241 199 0.93 0 0.17 0.05 168.7 0.89 0.51
Hex 12 F1 C7 5D 0 11 5 A9 59 33
Octal 22 361 307 135 0 21 5 251 131 63
Binary 10010 11110001 11000111 1011101 0 10001 101 10101001 1011001 110011

Color Harmonies of #12F1C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F1C7

Black with #12F1C7

Text Example


Text Example

White with #12F1C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,241,199); }

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

background-color css

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

 a { background-color: rgb(18,241,199); }

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

border-color css

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

 span { border-color: rgb(18,241,199); }

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