Html Css Color HEX #18DEE7 Bright Turquoise

📋 copy color: '#18DEE7'

red 24 ◦ green 222 ◦ blue 231

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

Shades of Bright Turquoise #18DEE7

Tints of Bright Turquoise #18DEE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 48.43%

R = 5.03%
G = 46.54%
B = 48.43%

CMYK

 C value IS 0.90

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#18DEE7 (or 0x18DEE7) is known color: Bright Turquoise. HEX triplet: 18, DE and E7. RGB value is (24,222,231). Sum of RGB (Red+Green+Blue) = 24+222+231=477 (63% of max value = 765). Red value is 24 (9.77% from 255 or 5.03% from 477); Green value is 222 (87.11% from 255 or 46.54% from 477); Blue value is 231 (90.62% from 255 or 48.43% from 477); Max value from RGB is 231 - color contains mainly: blue. Hex color #18DEE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DEE7 is #E72118. Grayscale: #A3A3A3. Windows color (decimal): -15147289 or 15195672. OLE color: 15195672.

HSL color Cylindrical-coordinate representation of color #18DEE7: hue angle of 182.61º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18DEE7 is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 24 222 231 -
CMYK 0.90 0.04 0 0.09
HSL 182.61º 0.81% 0.5% -
HSV(B) 182.61º 0.9% 0.91% -
XYZ 40.92 58.21 84.68 -
YUV 163.82 165.9 28.27 -
System Red Green Blue C M Y K H S L
Decimal 24 222 231 0.90 0.04 0 0.09 182.61 0.81 0.5
Hex 18 DE E7 5A 4 0 9 B7 51 32
Octal 30 336 347 132 4 0 11 267 121 62
Binary 11000 11011110 11100111 1011010 100 0 1001 10110111 1010001 110010

Color Harmonies of #18DEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DEE7

Black with #18DEE7

Text Example


Text Example

White with #18DEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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