Html Css Color HEX #12F5C0 Bright Turquoise

📋 copy color: '#12F5C0'

red 18 ◦ green 245 ◦ blue 192

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

Shades of Bright Turquoise #12F5C0

Tints of Bright Turquoise #12F5C0

RGB

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

 GREEN value IS 245 (96.09% from 255) = 53.85%

 BLUE value IS 192 (75.39% from 255) = 42.2%

R = 3.96%
G = 53.85%
B = 42.2%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#12F5C0 (or 0x12F5C0) is known color: Bright Turquoise. HEX triplet: 12, F5 and C0. RGB value is (18,245,192). Sum of RGB (Red+Green+Blue) = 18+245+192=455 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.96% from 455); Green value is 245 (96.09% from 255 or 53.85% from 455); Blue value is 192 (75.39% from 255 or 42.20% from 455); Max value from RGB is 245 - color contains mainly: green. Hex color #12F5C0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12F5C0 is #ED0A3F. Grayscale: #ABABAB. Windows color (decimal): -15534656 or 12645650. OLE color: 12645650.

HSL color Cylindrical-coordinate representation of color #12F5C0: hue angle of 165.99º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F5C0 is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 18 245 192 -
CMYK 0.93 0 0.22 0.04
HSL 165.99º 0.92% 0.52% -
HSV(B) 165.99º 0.93% 0.96% -
XYZ 42.42 69.24 61 -
YUV 171.09 139.79 18.81 -
System Red Green Blue C M Y K H S L
Decimal 18 245 192 0.93 0 0.22 0.04 165.99 0.92 0.52
Hex 12 F5 C0 5D 0 16 4 A6 5C 34
Octal 22 365 300 135 0 26 4 246 134 64
Binary 10010 11110101 11000000 1011101 0 10110 100 10100110 1011100 110100

Color Harmonies of #12F5C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F5C0

Black with #12F5C0

Text Example


Text Example

White with #12F5C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,245,192); }

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

background-color css

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

 a { background-color: rgb(18,245,192); }

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

border-color css

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

 span { border-color: rgb(18,245,192); }

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