Html Css Color HEX #12FBE0 Bright Turquoise

📋 copy color: '#12FBE0'

red 18 ◦ green 251 ◦ blue 224

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

Shades of Bright Turquoise #12FBE0

Tints of Bright Turquoise #12FBE0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 50.91%

 BLUE value IS 224 (87.89% from 255) = 45.44%

R = 3.65%
G = 50.91%
B = 45.44%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#12FBE0 (or 0x12FBE0) is known color: Bright Turquoise. HEX triplet: 12, FB and E0. RGB value is (18,251,224). Sum of RGB (Red+Green+Blue) = 18+251+224=493 (65% of max value = 765). Red value is 18 (7.42% from 255 or 3.65% from 493); Green value is 251 (98.44% from 255 or 50.91% from 493); Blue value is 224 (87.89% from 255 or 45.44% from 493); Max value from RGB is 251 - color contains mainly: green. Hex color #12FBE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FBE0 is #ED041F. Grayscale: #B2B2B2. Windows color (decimal): -15533088 or 14744338. OLE color: 14744338.

HSL color Cylindrical-coordinate representation of color #12FBE0: hue angle of 173.05º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FBE0 is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 251 224 -
CMYK 0.93 0 0.11 0.02
HSL 173.05º 0.97% 0.53% -
HSV(B) 173.05º 0.93% 0.98% -
XYZ 48.2 74.5 82.36 -
YUV 178.26 153.81 13.7 -
System Red Green Blue C M Y K H S L
Decimal 18 251 224 0.93 0 0.11 0.02 173.05 0.97 0.53
Hex 12 FB E0 5D 0 B 2 AD 61 35
Octal 22 373 340 135 0 13 2 255 141 65
Binary 10010 11111011 11100000 1011101 0 1011 10 10101101 1100001 110101

Color Harmonies of #12FBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FBE0

Black with #12FBE0

Text Example


Text Example

White with #12FBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,251,224); }

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

background-color css

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

 a { background-color: rgb(18,251,224); }

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

border-color css

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

 span { border-color: rgb(18,251,224); }

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