Html Css Color HEX #1BCBDC Dark Turquoise

📋 copy color: '#1BCBDC'

red 27 ◦ green 203 ◦ blue 220

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

Shades of Dark Turquoise #1BCBDC

Tints of Dark Turquoise #1BCBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.11%

 BLUE value IS 220 (86.33% from 255) = 48.89%

R = 6%
G = 45.11%
B = 48.89%

CMYK

 C value IS 0.88

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1BCBDC (or 0x1BCBDC) is known color: Dark Turquoise. HEX triplet: 1B, CB and DC. RGB value is (27,203,220). Sum of RGB (Red+Green+Blue) = 27+203+220=450 (59% of max value = 765). Red value is 27 (10.94% from 255 or 6% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #1BCBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCBDC is #E43423. Grayscale: #989898. Windows color (decimal): -14955556 or 14469915. OLE color: 14469915.

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

Color convert

RGB 27 203 220 -
CMYK 0.88 0.08 0 0.14
HSL 185.29º 0.78% 0.48% -
HSV(B) 185.29º 0.88% 0.86% -
XYZ 34.73 48.11 75.17 -
YUV 152.31 166.19 38.62 -
System Red Green Blue C M Y K H S L
Decimal 27 203 220 0.88 0.08 0 0.14 185.29 0.78 0.48
Hex 1B CB DC 58 8 0 E B9 4E 30
Octal 33 313 334 130 10 0 16 271 116 60
Binary 11011 11001011 11011100 1011000 1000 0 1110 10111001 1001110 110000

Color Harmonies of #1BCBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCBDC

Black with #1BCBDC

Text Example


Text Example

White with #1BCBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,203,220); }

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

background-color css

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

 a { background-color: rgb(27,203,220); }

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

border-color css

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

 span { border-color: rgb(27,203,220); }

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