Html Css Color HEX #18DEEB Bright Turquoise

📋 copy color: '#18DEEB'

red 24 ◦ green 222 ◦ blue 235

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

Shades of Bright Turquoise #18DEEB

Tints of Bright Turquoise #18DEEB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.15%

 BLUE value IS 235 (92.19% from 255) = 48.86%

R = 4.99%
G = 46.15%
B = 48.86%

CMYK

 C value IS 0.90

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#18DEEB (or 0x18DEEB) is known color: Bright Turquoise. HEX triplet: 18, DE and EB. RGB value is (24,222,235). Sum of RGB (Red+Green+Blue) = 24+222+235=481 (63% of max value = 765). Red value is 24 (9.77% from 255 or 4.99% from 481); Green value is 222 (87.11% from 255 or 46.15% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #18DEEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DEEB is #E72114. Grayscale: #A4A4A4. Windows color (decimal): -15147285 or 15457816. OLE color: 15457816.

HSL color Cylindrical-coordinate representation of color #18DEEB: hue angle of 183.7º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18DEEB is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 222 235 -
CMYK 0.90 0.06 0 0.08
HSL 183.7º 0.84% 0.51% -
HSV(B) 183.7º 0.9% 0.92% -
XYZ 41.49 58.43 87.69 -
YUV 164.28 167.9 27.94 -
System Red Green Blue C M Y K H S L
Decimal 24 222 235 0.90 0.06 0 0.08 183.7 0.84 0.51
Hex 18 DE EB 5A 6 0 8 B8 54 33
Octal 30 336 353 132 6 0 10 270 124 63
Binary 11000 11011110 11101011 1011010 110 0 1000 10111000 1010100 110011

Color Harmonies of #18DEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DEEB

Black with #18DEEB

Text Example


Text Example

White with #18DEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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