Html Css Color HEX #18DEEF Bright Turquoise

📋 copy color: '#18DEEF'

red 24 ◦ green 222 ◦ blue 239

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

Shades of Bright Turquoise #18DEEF

Tints of Bright Turquoise #18DEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.28%

R = 4.95%
G = 45.77%
B = 49.28%

CMYK

 C value IS 0.90

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#18DEEF (or 0x18DEEF) is known color: Bright Turquoise. HEX triplet: 18, DE and EF. RGB value is (24,222,239). Sum of RGB (Red+Green+Blue) = 24+222+239=485 (64% of max value = 765). Red value is 24 (9.77% from 255 or 4.95% from 485); Green value is 222 (87.11% from 255 or 45.77% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #18DEEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DEEF is #E72110. Grayscale: #A4A4A4. Windows color (decimal): -15147281 or 15719960. OLE color: 15719960.

HSL color Cylindrical-coordinate representation of color #18DEEF: hue angle of 184.74º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18DEEF is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 24 222 239 -
CMYK 0.90 0.07 0 0.06
HSL 184.74º 0.87% 0.52% -
HSV(B) 184.74º 0.9% 0.94% -
XYZ 42.08 58.67 90.77 -
YUV 164.74 169.9 27.62 -
System Red Green Blue C M Y K H S L
Decimal 24 222 239 0.90 0.07 0 0.06 184.74 0.87 0.52
Hex 18 DE EF 5A 7 0 6 B9 57 34
Octal 30 336 357 132 7 0 6 271 127 64
Binary 11000 11011110 11101111 1011010 111 0 110 10111001 1010111 110100

Color Harmonies of #18DEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DEEF

Black with #18DEEF

Text Example


Text Example

White with #18DEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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