Html Css Color HEX #18E0FF Bright Turquoise

📋 copy color: '#18E0FF'

red 24 ◦ green 224 ◦ blue 255

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

Shades of Bright Turquoise #18E0FF

Tints of Bright Turquoise #18E0FF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.53%

 BLUE value IS 255 (100% from 255) = 50.7%

R = 4.77%
G = 44.53%
B = 50.7%

CMYK

 C value IS 0.91

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#18E0FF (or 0x18E0FF) is known color: Bright Turquoise. HEX triplet: 18, E0 and FF. RGB value is (24,224,255). Sum of RGB (Red+Green+Blue) = 24+224+255=503 (66% of max value = 765). Red value is 24 (9.77% from 255 or 4.77% from 503); Green value is 224 (87.89% from 255 or 44.53% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #18E0FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18E0FF is #E71F00. Grayscale: #A7A7A7. Windows color (decimal): -15146753 or 16769048. OLE color: 16769048.

HSL color Cylindrical-coordinate representation of color #18E0FF: hue angle of 188.05º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18E0FF is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 24 224 255 -
CMYK 0.91 0.12 0 0
HSL 188.05º 1% 0.55% -
HSV(B) 188.05º 0.91% 1% -
XYZ 45.08 60.73 103.95 -
YUV 167.73 177.24 25.48 -
System Red Green Blue C M Y K H S L
Decimal 24 224 255 0.91 0.12 0 0 188.05 1 0.55
Hex 18 E0 FF 5B C 0 0 BC 64 37
Octal 30 340 377 133 14 0 0 274 144 67
Binary 11000 11100000 11111111 1011011 1100 0 0 10111100 1100100 110111

Color Harmonies of #18E0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18E0FF

Black with #18E0FF

Text Example


Text Example

White with #18E0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,224,255); }

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

background-color css

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

 a { background-color: rgb(24,224,255); }

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

border-color css

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

 span { border-color: rgb(24,224,255); }

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