Html Css Color HEX #18CADE Dark Turquoise

📋 copy color: '#18CADE'

red 24 ◦ green 202 ◦ blue 222

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

Shades of Dark Turquoise #18CADE

Tints of Dark Turquoise #18CADE

RGB

 RED value IS 24 (9.77% from 255) = 5.36%

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

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

R = 5.36%
G = 45.09%
B = 49.55%

CMYK

 C value IS 0.89

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#18CADE (or 0x18CADE) is known color: Dark Turquoise. HEX triplet: 18, CA and DE. RGB value is (24,202,222). Sum of RGB (Red+Green+Blue) = 24+202+222=448 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.36% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #18CADE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CADE is #E73521. Grayscale: #969696. Windows color (decimal): -15152418 or 14600728. OLE color: 14600728.

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

Color convert

RGB 24 202 222 -
CMYK 0.89 0.09 0 0.13
HSL 186.06º 0.8% 0.48% -
HSV(B) 186.06º 0.89% 0.87% -
XYZ 34.68 47.71 76.49 -
YUV 151.06 168.03 37.37 -
System Red Green Blue C M Y K H S L
Decimal 24 202 222 0.89 0.09 0 0.13 186.06 0.8 0.48
Hex 18 CA DE 59 9 0 D BA 50 30
Octal 30 312 336 131 11 0 15 272 120 60
Binary 11000 11001010 11011110 1011001 1001 0 1101 10111010 1010000 110000

Color Harmonies of #18CADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CADE

Black with #18CADE

Text Example


Text Example

White with #18CADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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