Html Css Color HEX #12D3EB Bright Turquoise

📋 copy color: '#12D3EB'

red 18 ◦ green 211 ◦ blue 235

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

Shades of Bright Turquoise #12D3EB

Tints of Bright Turquoise #12D3EB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.47%

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

R = 3.88%
G = 45.47%
B = 50.65%

CMYK

 C value IS 0.92

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#12D3EB (or 0x12D3EB) is known color: Bright Turquoise. HEX triplet: 12, D3 and EB. RGB value is (18,211,235). Sum of RGB (Red+Green+Blue) = 18+211+235=464 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.88% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #12D3EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12D3EB is #ED2C14. Grayscale: #9B9B9B. Windows color (decimal): -15543317 or 15454994. OLE color: 15454994.

HSL color Cylindrical-coordinate representation of color #12D3EB: hue angle of 186.64º 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 #12D3EB is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 18 211 235 -
CMYK 0.92 0.10 0 0.08
HSL 186.64º 0.86% 0.5% -
HSV(B) 186.64º 0.92% 0.92% -
XYZ 38.54 52.72 86.74 -
YUV 156.03 172.56 29.55 -
System Red Green Blue C M Y K H S L
Decimal 18 211 235 0.92 0.10 0 0.08 186.64 0.86 0.5
Hex 12 D3 EB 5C A 0 8 BB 56 32
Octal 22 323 353 134 12 0 10 273 126 62
Binary 10010 11010011 11101011 1011100 1010 0 1000 10111011 1010110 110010

Color Harmonies of #12D3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D3EB

Black with #12D3EB

Text Example


Text Example

White with #12D3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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