Html Css Color HEX #18DFEE Bright Turquoise

📋 copy color: '#18DFEE'

red 24 ◦ green 223 ◦ blue 238

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

Shades of Bright Turquoise #18DFEE

Tints of Bright Turquoise #18DFEE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.98%

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

R = 4.95%
G = 45.98%
B = 49.07%

CMYK

 C value IS 0.90

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#18DFEE (or 0x18DFEE) is known color: Bright Turquoise. HEX triplet: 18, DF and EE. RGB value is (24,223,238). Sum of RGB (Red+Green+Blue) = 24+223+238=485 (64% of max value = 765). Red value is 24 (9.77% from 255 or 4.95% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #18DFEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DFEE is #E72011. Grayscale: #A4A4A4. Windows color (decimal): -15147026 or 15654680. OLE color: 15654680.

HSL color Cylindrical-coordinate representation of color #18DFEE: hue angle of 184.21º 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 #18DFEE is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 24 223 238 -
CMYK 0.90 0.06 0 0.07
HSL 184.21º 0.86% 0.51% -
HSV(B) 184.21º 0.9% 0.93% -
XYZ 42.2 59.14 90.08 -
YUV 165.21 169.07 27.28 -
System Red Green Blue C M Y K H S L
Decimal 24 223 238 0.90 0.06 0 0.07 184.21 0.86 0.51
Hex 18 DF EE 5A 6 0 7 B8 56 33
Octal 30 337 356 132 6 0 7 270 126 63
Binary 11000 11011111 11101110 1011010 110 0 111 10111000 1010110 110011

Color Harmonies of #18DFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DFEE

Black with #18DFEE

Text Example


Text Example

White with #18DFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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