#1BCFDF

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

Shades of Dark Turquoise #1BCFDF

Tints of Dark Turquoise #1BCFDF

Color information

#1BCFDF (or 0x1BCFDF) is unknown color: approx Dark Turquoise. HEX triplet: 1B, CF and DF. RGB value is (27,207,223). Sum of RGB (Red+Green+Blue) = 27+207+223=457 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.91% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #1BCFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCFDF is #E43020. Grayscale: #9A9A9A. Windows color (decimal): -14954529 or 14667547. OLE color: 14667547.

HSL color Cylindrical-coordinate representation of color #1BCFDF: hue angle of 184.9º 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 #1BCFDF is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB27207223-
CMYK0.880.0700.13
HSL184.9º78.4%49.02%-
HSV(B)184.9º87.89%87.45%-
XYZ36.0850.1977.6-
YUV155166.3736.7-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 5.91%
GREEN value IS 207 (81.25% from 255) = 45.30%
BLUE value IS 223 (87.5% from 255) = 48.80%
R=5.91%
G=45.30%
B=48.80%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal272072230.880.0700.13184.978.449.02
Hex1BCFDF5870Db94e31
Octal33317337130701527111661
Binary110111100111111011111101100011101101101110011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BCFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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