Html Css Color HEX #1BCCE5 Dark Turquoise

📋 copy color: '#1BCCE5'

red 27 ◦ green 204 ◦ blue 229

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

Shades of Dark Turquoise #1BCCE5

Tints of Dark Turquoise #1BCCE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 49.78%

R = 5.87%
G = 44.35%
B = 49.78%

CMYK

 C value IS 0.88

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#1BCCE5 (or 0x1BCCE5) is known color: Dark Turquoise. HEX triplet: 1B, CC and E5. RGB value is (27,204,229). Sum of RGB (Red+Green+Blue) = 27+204+229=460 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.87% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 229 (89.84% from 255 or 49.78% from 460); Max value from RGB is 229 - color contains mainly: blue. Hex color #1BCCE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCCE5 is #E4331A. Grayscale: #999999. Windows color (decimal): -14955291 or 15059995. OLE color: 15059995.

HSL color Cylindrical-coordinate representation of color #1BCCE5: hue angle of 187.43º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BCCE5 is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 27 204 229 -
CMYK 0.88 0.11 0 0.10
HSL 187.43º 0.8% 0.5% -
HSV(B) 187.43º 0.88% 0.9% -
XYZ 36.19 49.08 81.69 -
YUV 153.93 170.36 37.47 -
System Red Green Blue C M Y K H S L
Decimal 27 204 229 0.88 0.11 0 0.10 187.43 0.8 0.5
Hex 1B CC E5 58 B 0 A BB 50 32
Octal 33 314 345 130 13 0 12 273 120 62
Binary 11011 11001100 11100101 1011000 1011 0 1010 10111011 1010000 110010

Color Harmonies of #1BCCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCCE5

Black with #1BCCE5

Text Example


Text Example

White with #1BCCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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