Html Css Color HEX #12CADE Dark Turquoise

📋 copy color: '#12CADE'

red 18 ◦ green 202 ◦ blue 222

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

Shades of Dark Turquoise #12CADE

Tints of Dark Turquoise #12CADE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.7%

 BLUE value IS 222 (87.11% from 255) = 50.23%

R = 4.07%
G = 45.7%
B = 50.23%

CMYK

 C value IS 0.92

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#12CADE (or 0x12CADE) is known color: Dark Turquoise. HEX triplet: 12, CA and DE. RGB value is (18,202,222). Sum of RGB (Red+Green+Blue) = 18+202+222=442 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.07% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #12CADE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CADE is #ED3521. Grayscale: #959595. Windows color (decimal): -15545634 or 14600722. OLE color: 14600722.

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

Color convert

RGB 18 202 222 -
CMYK 0.92 0.09 0 0.13
HSL 185.88º 0.85% 0.47% -
HSV(B) 185.88º 0.92% 0.87% -
XYZ 34.55 47.64 76.48 -
YUV 149.26 169.04 34.37 -
System Red Green Blue C M Y K H S L
Decimal 18 202 222 0.92 0.09 0 0.13 185.88 0.85 0.47
Hex 12 CA DE 5C 9 0 D BA 55 2F
Octal 22 312 336 134 11 0 15 272 125 57
Binary 10010 11001010 11011110 1011100 1001 0 1101 10111010 1010101 101111

Color Harmonies of #12CADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CADE

Black with #12CADE

Text Example


Text Example

White with #12CADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,202,222); }

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

background-color css

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

 a { background-color: rgb(18,202,222); }

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

border-color css

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

 span { border-color: rgb(18,202,222); }

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