Html Css Color HEX #1BCCDA Dark Turquoise

📋 copy color: '#1BCCDA'

red 27 ◦ green 204 ◦ blue 218

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

Shades of Dark Turquoise #1BCCDA

Tints of Dark Turquoise #1BCCDA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.43%

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

R = 6.01%
G = 45.43%
B = 48.55%

CMYK

 C value IS 0.88

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1BCCDA (or 0x1BCCDA) is known color: Dark Turquoise. HEX triplet: 1B, CC and DA. RGB value is (27,204,218). Sum of RGB (Red+Green+Blue) = 27+204+218=449 (59% of max value = 765). Red value is 27 (10.94% from 255 or 6.01% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #1BCCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCCDA is #E43325. Grayscale: #989898. Windows color (decimal): -14955302 or 14339099. OLE color: 14339099.

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

Color convert

RGB 27 204 218 -
CMYK 0.88 0.06 0 0.15
HSL 184.4º 0.78% 0.48% -
HSV(B) 184.4º 0.88% 0.85% -
XYZ 34.7 48.48 73.86 -
YUV 152.67 164.86 38.36 -
System Red Green Blue C M Y K H S L
Decimal 27 204 218 0.88 0.06 0 0.15 184.4 0.78 0.48
Hex 1B CC DA 58 6 0 F B8 4E 30
Octal 33 314 332 130 6 0 17 270 116 60
Binary 11011 11001100 11011010 1011000 110 0 1111 10111000 1001110 110000

Color Harmonies of #1BCCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCCDA

Black with #1BCCDA

Text Example


Text Example

White with #1BCCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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