Html Css Color HEX #1BCEDC Dark Turquoise

📋 copy color: '#1BCEDC'

red 27 ◦ green 206 ◦ blue 220

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

Shades of Dark Turquoise #1BCEDC

Tints of Dark Turquoise #1BCEDC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.47%

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

R = 5.96%
G = 45.47%
B = 48.57%

CMYK

 C value IS 0.88

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1BCEDC (or 0x1BCEDC) is known color: Dark Turquoise. HEX triplet: 1B, CE and DC. RGB value is (27,206,220). Sum of RGB (Red+Green+Blue) = 27+206+220=453 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.96% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #1BCEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCEDC is #E43123. Grayscale: #999999. Windows color (decimal): -14954788 or 14470683. OLE color: 14470683.

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

Color convert

RGB 27 206 220 -
CMYK 0.88 0.06 0 0.14
HSL 184.35º 0.78% 0.48% -
HSV(B) 184.35º 0.88% 0.86% -
XYZ 35.44 49.54 75.4 -
YUV 154.08 165.2 37.36 -
System Red Green Blue C M Y K H S L
Decimal 27 206 220 0.88 0.06 0 0.14 184.35 0.78 0.48
Hex 1B CE DC 58 6 0 E B8 4E 30
Octal 33 316 334 130 6 0 16 270 116 60
Binary 11011 11001110 11011100 1011000 110 0 1110 10111000 1001110 110000

Color Harmonies of #1BCEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCEDC

Black with #1BCEDC

Text Example


Text Example

White with #1BCEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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