Html Css Color HEX #12F7C2 Bright Turquoise

📋 copy color: '#12F7C2'

red 18 ◦ green 247 ◦ blue 194

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

Shades of Bright Turquoise #12F7C2

Tints of Bright Turquoise #12F7C2

RGB

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

 GREEN value IS 247 (96.88% from 255) = 53.81%

 BLUE value IS 194 (76.17% from 255) = 42.27%

R = 3.92%
G = 53.81%
B = 42.27%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#12F7C2 (or 0x12F7C2) is known color: Bright Turquoise. HEX triplet: 12, F7 and C2. RGB value is (18,247,194). Sum of RGB (Red+Green+Blue) = 18+247+194=459 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.92% from 459); Green value is 247 (96.88% from 255 or 53.81% from 459); Blue value is 194 (76.17% from 255 or 42.27% from 459); Max value from RGB is 247 - color contains mainly: green. Hex color #12F7C2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12F7C2 is #ED083D. Grayscale: #ACACAC. Windows color (decimal): -15534142 or 12777234. OLE color: 12777234.

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

Color convert

RGB 18 247 194 -
CMYK 0.93 0 0.21 0.03
HSL 166.11º 0.93% 0.52% -
HSV(B) 166.11º 0.93% 0.97% -
XYZ 43.25 70.55 62.38 -
YUV 172.49 140.13 17.81 -
System Red Green Blue C M Y K H S L
Decimal 18 247 194 0.93 0 0.21 0.03 166.11 0.93 0.52
Hex 12 F7 C2 5D 0 15 3 A6 5D 34
Octal 22 367 302 135 0 25 3 246 135 64
Binary 10010 11110111 11000010 1011101 0 10101 11 10100110 1011101 110100

Color Harmonies of #12F7C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F7C2

Black with #12F7C2

Text Example


Text Example

White with #12F7C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,247,194); }

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

background-color css

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

 a { background-color: rgb(18,247,194); }

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

border-color css

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

 span { border-color: rgb(18,247,194); }

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