Html Css Color HEX #1BD0DB Dark Turquoise

📋 copy color: '#1BD0DB'

red 27 ◦ green 208 ◦ blue 219

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

Shades of Dark Turquoise #1BD0DB

Tints of Dark Turquoise #1BD0DB

RGB

 RED value IS 27 (10.94% from 255) = 5.95%

 GREEN value IS 208 (81.64% from 255) = 45.81%

 BLUE value IS 219 (85.94% from 255) = 48.24%

R = 5.95%
G = 45.81%
B = 48.24%

CMYK

 C value IS 0.88

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1BD0DB (or 0x1BD0DB) is known color: Dark Turquoise. HEX triplet: 1B, D0 and DB. RGB value is (27,208,219). Sum of RGB (Red+Green+Blue) = 27+208+219=454 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.95% from 454); Green value is 208 (81.64% from 255 or 45.81% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #1BD0DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BD0DB is #E42F24. Grayscale: #9A9A9A. Windows color (decimal): -14954277 or 14405659. OLE color: 14405659.

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

Color convert

RGB 27 208 219 -
CMYK 0.88 0.05 0 0.14
HSL 183.44º 0.78% 0.48% -
HSV(B) 183.44º 0.88% 0.86% -
XYZ 35.79 50.46 74.87 -
YUV 155.14 164.03 36.61 -
System Red Green Blue C M Y K H S L
Decimal 27 208 219 0.88 0.05 0 0.14 183.44 0.78 0.48
Hex 1B D0 DB 58 5 0 E B7 4E 30
Octal 33 320 333 130 5 0 16 267 116 60
Binary 11011 11010000 11011011 1011000 101 0 1110 10110111 1001110 110000

Color Harmonies of #1BD0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BD0DB

Black with #1BD0DB

Text Example


Text Example

White with #1BD0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1BD0DB; }

 p { color: rgb(27,208,219); }

 H1.HeaderClassName
 {
   color: #1BD0DB;
 }
 .AnyTagClassName
 {
   color: #1BD0DB;
 }
</style>

background-color css

<style>
 a { background-color: #1BD0DB; }

 a { background-color: rgb(27,208,219); }

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

border-color css

<style>
 span { border-color: #1BD0DB; }

 span { border-color: rgb(27,208,219); }

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