Html Css Color HEX #12F1C5 Bright Turquoise

📋 copy color: '#12F1C5'

red 18 ◦ green 241 ◦ blue 197

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

Shades of Bright Turquoise #12F1C5

Tints of Bright Turquoise #12F1C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.2%

R = 3.95%
G = 52.85%
B = 43.2%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#12F1C5 (or 0x12F1C5) is known color: Bright Turquoise. HEX triplet: 12, F1 and C5. RGB value is (18,241,197). Sum of RGB (Red+Green+Blue) = 18+241+197=456 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.95% from 456); Green value is 241 (94.53% from 255 or 52.85% from 456); Blue value is 197 (77.34% from 255 or 43.20% from 456); Max value from RGB is 241 - color contains mainly: green. Hex color #12F1C5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12F1C5 is #ED0E3A. Grayscale: #A9A9A9. Windows color (decimal): -15535675 or 12972306. OLE color: 12972306.

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

Color convert

RGB 18 241 197 -
CMYK 0.93 0 0.18 0.05
HSL 168.16º 0.89% 0.51% -
HSV(B) 168.16º 0.93% 0.95% -
XYZ 41.78 67.07 63.57 -
YUV 169.31 143.62 20.08 -
System Red Green Blue C M Y K H S L
Decimal 18 241 197 0.93 0 0.18 0.05 168.16 0.89 0.51
Hex 12 F1 C5 5D 0 12 5 A8 59 33
Octal 22 361 305 135 0 22 5 250 131 63
Binary 10010 11110001 11000101 1011101 0 10010 101 10101000 1011001 110011

Color Harmonies of #12F1C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F1C5

Black with #12F1C5

Text Example


Text Example

White with #12F1C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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