Html Css Color HEX #1BCED6 Dark Turquoise

📋 copy color: '#1BCED6'

red 27 ◦ green 206 ◦ blue 214

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

Shades of Dark Turquoise #1BCED6

Tints of Dark Turquoise #1BCED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.87%

R = 6.04%
G = 46.09%
B = 47.87%

CMYK

 C value IS 0.87

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1BCED6 (or 0x1BCED6) is known color: Dark Turquoise. HEX triplet: 1B, CE and D6. RGB value is (27,206,214). Sum of RGB (Red+Green+Blue) = 27+206+214=447 (59% of max value = 765). Red value is 27 (10.94% from 255 or 6.04% from 447); Green value is 206 (80.86% from 255 or 46.09% from 447); Blue value is 214 (83.98% from 255 or 47.87% from 447); Max value from RGB is 214 - color contains mainly: blue. Hex color #1BCED6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCED6 is #E43129. Grayscale: #999999. Windows color (decimal): -14954794 or 14077467. OLE color: 14077467.

HSL color Cylindrical-coordinate representation of color #1BCED6: hue angle of 182.57º degrees, saturation: 0.78, 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 #1BCED6 is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 27 206 214 -
CMYK 0.87 0.04 0 0.16
HSL 182.57º 0.78% 0.47% -
HSV(B) 182.57º 0.87% 0.84% -
XYZ 34.66 49.23 71.29 -
YUV 153.39 162.2 37.85 -
System Red Green Blue C M Y K H S L
Decimal 27 206 214 0.87 0.04 0 0.16 182.57 0.78 0.47
Hex 1B CE D6 57 4 0 10 B7 4E 2F
Octal 33 316 326 127 4 0 20 267 116 57
Binary 11011 11001110 11010110 1010111 100 0 10000 10110111 1001110 101111

Color Harmonies of #1BCED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCED6

Black with #1BCED6

Text Example


Text Example

White with #1BCED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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