Html Css Color HEX #12DCE0 Bright Turquoise

📋 copy color: '#12DCE0'

red 18 ◦ green 220 ◦ blue 224

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

Shades of Bright Turquoise #12DCE0

Tints of Bright Turquoise #12DCE0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.62%

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

R = 3.9%
G = 47.62%
B = 48.48%

CMYK

 C value IS 0.92

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#12DCE0 (or 0x12DCE0) is known color: Bright Turquoise. HEX triplet: 12, DC and E0. RGB value is (18,220,224). Sum of RGB (Red+Green+Blue) = 18+220+224=462 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.90% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 224 (87.89% from 255 or 48.48% from 462); Max value from RGB is 224 - color contains mainly: blue. Hex color #12DCE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DCE0 is #ED231F. Grayscale: #9F9F9F. Windows color (decimal): -15541024 or 14736402. OLE color: 14736402.

HSL color Cylindrical-coordinate representation of color #12DCE0: hue angle of 181.17º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DCE0 is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 18 220 224 -
CMYK 0.92 0.02 0 0.12
HSL 181.17º 0.85% 0.47% -
HSV(B) 181.17º 0.92% 0.88% -
XYZ 39.3 56.7 79.39 -
YUV 160.06 164.08 26.67 -
System Red Green Blue C M Y K H S L
Decimal 18 220 224 0.92 0.02 0 0.12 181.17 0.85 0.47
Hex 12 DC E0 5C 2 0 C B5 55 2F
Octal 22 334 340 134 2 0 14 265 125 57
Binary 10010 11011100 11100000 1011100 10 0 1100 10110101 1010101 101111

Color Harmonies of #12DCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DCE0

Black with #12DCE0

Text Example


Text Example

White with #12DCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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