#1BCDDF

Color #1BCDDF Dark Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Turquoise #1BCDDF

Tints of Dark Turquoise #1BCDDF

Color information

#1BCDDF (or 0x1BCDDF) is unknown color: approx Dark Turquoise. HEX triplet: 1B, CD and DF. RGB value is (27,205,223). Sum of RGB (Red+Green+Blue) = 27+205+223=455 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.93% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #1BCDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCDDF is #E43220. Grayscale: #999999. Windows color (decimal): -14955041 or 14667035. OLE color: 14667035.

HSL color Cylindrical-coordinate representation of color #1BCDDF: hue angle of 185.51º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BCDDF is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB27205223-
CMYK0.880.0800.13
HSL185.51º78.4%49.02%-
HSV(B)185.51º87.89%87.45%-
XYZ35.649.2277.44-
YUV153.83167.0337.54-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 5.93%
GREEN value IS 205 (80.47% from 255) = 45.05%
BLUE value IS 223 (87.5% from 255) = 49.01%
R=5.93%
G=45.05%
B=49.01%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal272052230.880.0800.13185.5178.449.02
Hex1BCDDF5880Dba4e31
Octal333153371301001527211661
Binary1101111001101110111111011000100001101101110101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BCDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,205,223); }

 H1.HeaderClassName
 {
   color: #1BCDDF;
 }
 .AnyTagClassName
 {
   color: #1BCDDF;
 }
</style>
background-color css

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

 a { background-color: rgb(27,205,223); }

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

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

 span { border-color: rgb(27,205,223); }

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