Html Css Color HEX #12D1EB Bright Turquoise

📋 copy color: '#12D1EB'

red 18 ◦ green 209 ◦ blue 235

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

Shades of Bright Turquoise #12D1EB

Tints of Bright Turquoise #12D1EB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.24%

 BLUE value IS 235 (92.19% from 255) = 50.87%

R = 3.9%
G = 45.24%
B = 50.87%

CMYK

 C value IS 0.92

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#12D1EB (or 0x12D1EB) is known color: Bright Turquoise. HEX triplet: 12, D1 and EB. RGB value is (18,209,235). Sum of RGB (Red+Green+Blue) = 18+209+235=462 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.90% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #12D1EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12D1EB is #ED2E14. Grayscale: #9A9A9A. Windows color (decimal): -15543829 or 15454482. OLE color: 15454482.

HSL color Cylindrical-coordinate representation of color #12D1EB: hue angle of 187.19º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D1EB is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 18 209 235 -
CMYK 0.92 0.11 0 0.08
HSL 187.19º 0.86% 0.5% -
HSV(B) 187.19º 0.92% 0.92% -
XYZ 38.05 51.73 86.58 -
YUV 154.86 173.22 30.39 -
System Red Green Blue C M Y K H S L
Decimal 18 209 235 0.92 0.11 0 0.08 187.19 0.86 0.5
Hex 12 D1 EB 5C B 0 8 BB 56 32
Octal 22 321 353 134 13 0 10 273 126 62
Binary 10010 11010001 11101011 1011100 1011 0 1000 10111011 1010110 110010

Color Harmonies of #12D1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D1EB

Black with #12D1EB

Text Example


Text Example

White with #12D1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,209,235); }

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

background-color css

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

 a { background-color: rgb(18,209,235); }

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

border-color css

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

 span { border-color: rgb(18,209,235); }

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