Html Css Color HEX #1BC6DA Dark Turquoise

📋 copy color: '#1BC6DA'

red 27 ◦ green 198 ◦ blue 218

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

Shades of Dark Turquoise #1BC6DA

Tints of Dark Turquoise #1BC6DA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.7%

 BLUE value IS 218 (85.55% from 255) = 49.21%

R = 6.09%
G = 44.7%
B = 49.21%

CMYK

 C value IS 0.88

 M value IS 0.09

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1BC6DA (or 0x1BC6DA) is known color: Dark Turquoise. HEX triplet: 1B, C6 and DA. RGB value is (27,198,218). Sum of RGB (Red+Green+Blue) = 27+198+218=443 (58% of max value = 765). Red value is 27 (10.94% from 255 or 6.09% from 443); Green value is 198 (77.73% from 255 or 44.70% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #1BC6DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BC6DA is #E43925. Grayscale: #949494. Windows color (decimal): -14956838 or 14337563. OLE color: 14337563.

HSL color Cylindrical-coordinate representation of color #1BC6DA: hue angle of 186.28º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BC6DA is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 27 198 218 -
CMYK 0.88 0.09 0 0.15
HSL 186.28º 0.78% 0.48% -
HSV(B) 186.28º 0.88% 0.85% -
XYZ 33.3 45.68 73.39 -
YUV 149.15 166.85 40.87 -
System Red Green Blue C M Y K H S L
Decimal 27 198 218 0.88 0.09 0 0.15 186.28 0.78 0.48
Hex 1B C6 DA 58 9 0 F BA 4E 30
Octal 33 306 332 130 11 0 17 272 116 60
Binary 11011 11000110 11011010 1011000 1001 0 1111 10111010 1001110 110000

Color Harmonies of #1BC6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BC6DA

Black with #1BC6DA

Text Example


Text Example

White with #1BC6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,198,218); }

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

background-color css

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

 a { background-color: rgb(27,198,218); }

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

border-color css

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

 span { border-color: rgb(27,198,218); }

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