Html Css Color HEX #18DEEE Bright Turquoise

📋 copy color: '#18DEEE'

red 24 ◦ green 222 ◦ blue 238

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

Shades of Bright Turquoise #18DEEE

Tints of Bright Turquoise #18DEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.17%

R = 4.96%
G = 45.87%
B = 49.17%

CMYK

 C value IS 0.90

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#18DEEE (or 0x18DEEE) is known color: Bright Turquoise. HEX triplet: 18, DE and EE. RGB value is (24,222,238). Sum of RGB (Red+Green+Blue) = 24+222+238=484 (64% of max value = 765). Red value is 24 (9.77% from 255 or 4.96% from 484); Green value is 222 (87.11% from 255 or 45.87% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #18DEEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DEEE is #E72111. Grayscale: #A4A4A4. Windows color (decimal): -15147282 or 15654424. OLE color: 15654424.

HSL color Cylindrical-coordinate representation of color #18DEEE: hue angle of 184.49º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18DEEE is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 24 222 238 -
CMYK 0.90 0.07 0 0.07
HSL 184.49º 0.86% 0.51% -
HSV(B) 184.49º 0.9% 0.93% -
XYZ 41.93 58.61 89.99 -
YUV 164.62 169.4 27.7 -
System Red Green Blue C M Y K H S L
Decimal 24 222 238 0.90 0.07 0 0.07 184.49 0.86 0.51
Hex 18 DE EE 5A 7 0 7 B8 56 33
Octal 30 336 356 132 7 0 7 270 126 63
Binary 11000 11011110 11101110 1011010 111 0 111 10111000 1010110 110011

Color Harmonies of #18DEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DEEE

Black with #18DEEE

Text Example


Text Example

White with #18DEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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