Html Css Color HEX #18DCEF Bright Turquoise

📋 copy color: '#18DCEF'

red 24 ◦ green 220 ◦ blue 239

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

Shades of Bright Turquoise #18DCEF

Tints of Bright Turquoise #18DCEF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.55%

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

R = 4.97%
G = 45.55%
B = 49.48%

CMYK

 C value IS 0.90

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#18DCEF (or 0x18DCEF) is known color: Bright Turquoise. HEX triplet: 18, DC and EF. RGB value is (24,220,239). Sum of RGB (Red+Green+Blue) = 24+220+239=483 (63% of max value = 765). Red value is 24 (9.77% from 255 or 4.97% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #18DCEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DCEF is #E72310. Grayscale: #A3A3A3. Windows color (decimal): -15147793 or 15719448. OLE color: 15719448.

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

Color convert

RGB 24 220 239 -
CMYK 0.90 0.08 0 0.06
HSL 185.3º 0.87% 0.52% -
HSV(B) 185.3º 0.9% 0.94% -
XYZ 41.55 57.61 90.59 -
YUV 163.56 170.57 28.46 -
System Red Green Blue C M Y K H S L
Decimal 24 220 239 0.90 0.08 0 0.06 185.3 0.87 0.52
Hex 18 DC EF 5A 8 0 6 B9 57 34
Octal 30 334 357 132 10 0 6 271 127 64
Binary 11000 11011100 11101111 1011010 1000 0 110 10111001 1010111 110100

Color Harmonies of #18DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DCEF

Black with #18DCEF

Text Example


Text Example

White with #18DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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