Html Css Color HEX #18DBCF Bright Turquoise

📋 copy color: '#18DBCF'

red 24 ◦ green 219 ◦ blue 207

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

Shades of Bright Turquoise #18DBCF

Tints of Bright Turquoise #18DBCF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.67%

 BLUE value IS 207 (81.25% from 255) = 46%

R = 5.33%
G = 48.67%
B = 46%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#18DBCF (or 0x18DBCF) is known color: Bright Turquoise. HEX triplet: 18, DB and CF. RGB value is (24,219,207). Sum of RGB (Red+Green+Blue) = 24+219+207=450 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.33% from 450); Green value is 219 (85.94% from 255 or 48.67% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 219 - color contains mainly: green. Hex color #18DBCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DBCF is #E72430. Grayscale: #9F9F9F. Windows color (decimal): -15148081 or 13622040. OLE color: 13622040.

HSL color Cylindrical-coordinate representation of color #18DBCF: hue angle of 176.31º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DBCF is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 219 207 -
CMYK 0.89 0 0.05 0.14
HSL 176.31º 0.8% 0.48% -
HSV(B) 176.31º 0.89% 0.86% -
XYZ 36.97 55.36 67.77 -
YUV 159.33 154.9 31.48 -
System Red Green Blue C M Y K H S L
Decimal 24 219 207 0.89 0 0.05 0.14 176.31 0.8 0.48
Hex 18 DB CF 59 0 5 E B0 50 30
Octal 30 333 317 131 0 5 16 260 120 60
Binary 11000 11011011 11001111 1011001 0 101 1110 10110000 1010000 110000

Color Harmonies of #18DBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DBCF

Black with #18DBCF

Text Example


Text Example

White with #18DBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,219,207); }

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

background-color css

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

 a { background-color: rgb(24,219,207); }

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

border-color css

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

 span { border-color: rgb(24,219,207); }

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