Html Css Color HEX #18CDE9 Dark Turquoise

📋 copy color: '#18CDE9'

red 24 ◦ green 205 ◦ blue 233

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

Shades of Dark Turquoise #18CDE9

Tints of Dark Turquoise #18CDE9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.37%

 BLUE value IS 233 (91.41% from 255) = 50.43%

R = 5.19%
G = 44.37%
B = 50.43%

CMYK

 C value IS 0.90

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#18CDE9 (or 0x18CDE9) is known color: Dark Turquoise. HEX triplet: 18, CD and E9. RGB value is (24,205,233). Sum of RGB (Red+Green+Blue) = 24+205+233=462 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.19% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 233 (91.41% from 255 or 50.43% from 462); Max value from RGB is 233 - color contains mainly: blue. Hex color #18CDE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CDE9 is #E73216. Grayscale: #999999. Windows color (decimal): -15151639 or 15322392. OLE color: 15322392.

HSL color Cylindrical-coordinate representation of color #18CDE9: hue angle of 188.04º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18CDE9 is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 24 205 233 -
CMYK 0.90 0.12 0 0.09
HSL 188.04º 0.83% 0.5% -
HSV(B) 188.04º 0.9% 0.91% -
XYZ 36.92 49.74 84.75 -
YUV 154.07 172.53 35.22 -
System Red Green Blue C M Y K H S L
Decimal 24 205 233 0.90 0.12 0 0.09 188.04 0.83 0.5
Hex 18 CD E9 5A C 0 9 BC 53 32
Octal 30 315 351 132 14 0 11 274 123 62
Binary 11000 11001101 11101001 1011010 1100 0 1001 10111100 1010011 110010

Color Harmonies of #18CDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CDE9

Black with #18CDE9

Text Example


Text Example

White with #18CDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,205,233); }

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

background-color css

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

 a { background-color: rgb(24,205,233); }

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

border-color css

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

 span { border-color: rgb(24,205,233); }

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