Html Css Color HEX #1BD5CE Dark Turquoise

📋 copy color: '#1BD5CE'

red 27 ◦ green 213 ◦ blue 206

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

Shades of Dark Turquoise #1BD5CE

Tints of Dark Turquoise #1BD5CE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.76%

 BLUE value IS 206 (80.86% from 255) = 46.19%

R = 6.05%
G = 47.76%
B = 46.19%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#1BD5CE (or 0x1BD5CE) is known color: Dark Turquoise. HEX triplet: 1B, D5 and CE. RGB value is (27,213,206). Sum of RGB (Red+Green+Blue) = 27+213+206=446 (59% of max value = 765). Red value is 27 (10.94% from 255 or 6.05% from 446); Green value is 213 (83.59% from 255 or 47.76% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 213 - color contains mainly: green. Hex color #1BD5CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BD5CE is #E42A31. Grayscale: #9C9C9C. Windows color (decimal): -14953010 or 13554971. OLE color: 13554971.

HSL color Cylindrical-coordinate representation of color #1BD5CE: hue angle of 177.74º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BD5CE is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 27 213 206 -
CMYK 0.87 0 0.03 0.16
HSL 177.74º 0.78% 0.47% -
HSV(B) 177.74º 0.87% 0.84% -
XYZ 35.39 52.28 66.62 -
YUV 156.59 155.88 35.57 -
System Red Green Blue C M Y K H S L
Decimal 27 213 206 0.87 0 0.03 0.16 177.74 0.78 0.47
Hex 1B D5 CE 57 0 3 10 B2 4E 2F
Octal 33 325 316 127 0 3 20 262 116 57
Binary 11011 11010101 11001110 1010111 0 11 10000 10110010 1001110 101111

Color Harmonies of #1BD5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BD5CE

Black with #1BD5CE

Text Example


Text Example

White with #1BD5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,213,206); }

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

background-color css

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

 a { background-color: rgb(27,213,206); }

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

border-color css

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

 span { border-color: rgb(27,213,206); }

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