Html Css Color HEX #18CBE8 Dark Turquoise

📋 copy color: '#18CBE8'

red 24 ◦ green 203 ◦ blue 232

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

Shades of Dark Turquoise #18CBE8

Tints of Dark Turquoise #18CBE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 50.54%

R = 5.23%
G = 44.23%
B = 50.54%

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

#18CBE8 (or 0x18CBE8) is known color: Dark Turquoise. HEX triplet: 18, CB and E8. RGB value is (24,203,232). Sum of RGB (Red+Green+Blue) = 24+203+232=459 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.23% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 232 (91.02% from 255 or 50.54% from 459); Max value from RGB is 232 - color contains mainly: blue. Hex color #18CBE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CBE8 is #E73417. Grayscale: #989898. Windows color (decimal): -15152152 or 15256344. OLE color: 15256344.

HSL color Cylindrical-coordinate representation of color #18CBE8: hue angle of 188.37º degrees, saturation: 0.82, 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 #18CBE8 is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 24 203 232 -
CMYK 0.90 0.12 0 0.09
HSL 188.37º 0.82% 0.5% -
HSV(B) 188.37º 0.9% 0.91% -
XYZ 36.3 48.73 83.84 -
YUV 152.79 172.7 36.14 -
System Red Green Blue C M Y K H S L
Decimal 24 203 232 0.90 0.12 0 0.09 188.37 0.82 0.5
Hex 18 CB E8 5A C 0 9 BC 52 32
Octal 30 313 350 132 14 0 11 274 122 62
Binary 11000 11001011 11101000 1011010 1100 0 1001 10111100 1010010 110010

Color Harmonies of #18CBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CBE8

Black with #18CBE8

Text Example


Text Example

White with #18CBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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