Html Css Color HEX #1BCCE8 Dark Turquoise

📋 copy color: '#1BCCE8'

red 27 ◦ green 204 ◦ blue 232

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

Shades of Dark Turquoise #1BCCE8

Tints of Dark Turquoise #1BCCE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 50.11%

R = 5.83%
G = 44.06%
B = 50.11%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1BCCE8 (or 0x1BCCE8) is known color: Dark Turquoise. HEX triplet: 1B, CC and E8. RGB value is (27,204,232). Sum of RGB (Red+Green+Blue) = 27+204+232=463 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.83% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 232 (91.02% from 255 or 50.11% from 463); Max value from RGB is 232 - color contains mainly: blue. Hex color #1BCCE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BCCE8 is #E43317. Grayscale: #999999. Windows color (decimal): -14955288 or 15256603. OLE color: 15256603.

HSL color Cylindrical-coordinate representation of color #1BCCE8: hue angle of 188.2º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BCCE8 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 27 204 232 -
CMYK 0.88 0.12 0 0.09
HSL 188.2º 0.82% 0.51% -
HSV(B) 188.2º 0.88% 0.91% -
XYZ 36.61 49.24 83.92 -
YUV 154.27 171.86 37.22 -
System Red Green Blue C M Y K H S L
Decimal 27 204 232 0.88 0.12 0 0.09 188.2 0.82 0.51
Hex 1B CC E8 58 C 0 9 BC 52 33
Octal 33 314 350 130 14 0 11 274 122 63
Binary 11011 11001100 11101000 1011000 1100 0 1001 10111100 1010010 110011

Color Harmonies of #1BCCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCCE8

Black with #1BCCE8

Text Example


Text Example

White with #1BCCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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