Html Css Color HEX #1BCCD8 Dark Turquoise

📋 copy color: '#1BCCD8'

red 27 ◦ green 204 ◦ blue 216

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

Shades of Dark Turquoise #1BCCD8

Tints of Dark Turquoise #1BCCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 48.32%

R = 6.04%
G = 45.64%
B = 48.32%

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

#1BCCD8 (or 0x1BCCD8) is known color: Dark Turquoise. HEX triplet: 1B, CC and D8. RGB value is (27,204,216). Sum of RGB (Red+Green+Blue) = 27+204+216=447 (59% of max value = 765). Red value is 27 (10.94% from 255 or 6.04% from 447); Green value is 204 (80.08% from 255 or 45.64% from 447); Blue value is 216 (84.77% from 255 or 48.32% from 447); Max value from RGB is 216 - color contains mainly: blue. Hex color #1BCCD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCCD8 is #E43327. Grayscale: #989898. Windows color (decimal): -14955304 or 14208027. OLE color: 14208027.

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

Color convert

RGB 27 204 216 -
CMYK 0.88 0.06 0 0.15
HSL 183.81º 0.78% 0.48% -
HSV(B) 183.81º 0.88% 0.85% -
XYZ 34.44 48.38 72.49 -
YUV 152.45 163.86 38.52 -
System Red Green Blue C M Y K H S L
Decimal 27 204 216 0.88 0.06 0 0.15 183.81 0.78 0.48
Hex 1B CC D8 58 6 0 F B8 4E 30
Octal 33 314 330 130 6 0 17 270 116 60
Binary 11011 11001100 11011000 1011000 110 0 1111 10111000 1001110 110000

Color Harmonies of #1BCCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCCD8

Black with #1BCCD8

Text Example


Text Example

White with #1BCCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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