Html Css Color HEX #1BCCE7 Dark Turquoise

📋 copy color: '#1BCCE7'

red 27 ◦ green 204 ◦ blue 231

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

Shades of Dark Turquoise #1BCCE7

Tints of Dark Turquoise #1BCCE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 50%

R = 5.84%
G = 44.16%
B = 50%

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

#1BCCE7 (or 0x1BCCE7) is known color: Dark Turquoise. HEX triplet: 1B, CC and E7. RGB value is (27,204,231). Sum of RGB (Red+Green+Blue) = 27+204+231=462 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.84% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 231 (90.62% from 255 or 50% from 462); Max value from RGB is 231 - color contains mainly: blue. Hex color #1BCCE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BCCE7 is #E43318. Grayscale: #999999. Windows color (decimal): -14955289 or 15191067. OLE color: 15191067.

HSL color Cylindrical-coordinate representation of color #1BCCE7: hue angle of 187.94º degrees, saturation: 0.81, 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 #1BCCE7 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 27 204 231 -
CMYK 0.88 0.12 0 0.09
HSL 187.94º 0.81% 0.51% -
HSV(B) 187.94º 0.88% 0.91% -
XYZ 36.47 49.19 83.17 -
YUV 154.16 171.36 37.3 -
System Red Green Blue C M Y K H S L
Decimal 27 204 231 0.88 0.12 0 0.09 187.94 0.81 0.51
Hex 1B CC E7 58 C 0 9 BC 51 33
Octal 33 314 347 130 14 0 11 274 121 63
Binary 11011 11001100 11100111 1011000 1100 0 1001 10111100 1010001 110011

Color Harmonies of #1BCCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCCE7

Black with #1BCCE7

Text Example


Text Example

White with #1BCCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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