Html Css Color HEX #18CBDB Dark Turquoise

📋 copy color: '#18CBDB'

red 24 ◦ green 203 ◦ blue 219

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

Shades of Dark Turquoise #18CBDB

Tints of Dark Turquoise #18CBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.52%

 BLUE value IS 219 (85.94% from 255) = 49.1%

R = 5.38%
G = 45.52%
B = 49.1%

CMYK

 C value IS 0.89

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#18CBDB (or 0x18CBDB) is known color: Dark Turquoise. HEX triplet: 18, CB and DB. RGB value is (24,203,219). Sum of RGB (Red+Green+Blue) = 24+203+219=446 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.38% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #18CBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CBDB is #E73424. Grayscale: #979797. Windows color (decimal): -15152165 or 14404376. OLE color: 14404376.

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

Color convert

RGB 24 203 219 -
CMYK 0.89 0.07 0 0.14
HSL 184.92º 0.8% 0.48% -
HSV(B) 184.92º 0.89% 0.86% -
XYZ 34.52 48.02 74.47 -
YUV 151.3 166.2 37.2 -
System Red Green Blue C M Y K H S L
Decimal 24 203 219 0.89 0.07 0 0.14 184.92 0.8 0.48
Hex 18 CB DB 59 7 0 E B9 50 30
Octal 30 313 333 131 7 0 16 271 120 60
Binary 11000 11001011 11011011 1011001 111 0 1110 10111001 1010000 110000

Color Harmonies of #18CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CBDB

Black with #18CBDB

Text Example


Text Example

White with #18CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,203,219); }

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

background-color css

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

 a { background-color: rgb(24,203,219); }

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

border-color css

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

 span { border-color: rgb(24,203,219); }

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