Html Css Color HEX #1BCBD8 Dark Turquoise

📋 copy color: '#1BCBD8'

red 27 ◦ green 203 ◦ blue 216

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

Shades of Dark Turquoise #1BCBD8

Tints of Dark Turquoise #1BCBD8

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.52%

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

R = 6.05%
G = 45.52%
B = 48.43%

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

#1BCBD8 (or 0x1BCBD8) is known color: Dark Turquoise. HEX triplet: 1B, CB and D8. RGB value is (27,203,216). Sum of RGB (Red+Green+Blue) = 27+203+216=446 (59% of max value = 765). Red value is 27 (10.94% from 255 or 6.05% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 216 (84.77% from 255 or 48.43% from 446); Max value from RGB is 216 - color contains mainly: blue. Hex color #1BCBD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCBD8 is #E43427. Grayscale: #979797. Windows color (decimal): -14955560 or 14207771. OLE color: 14207771.

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

Color convert

RGB 27 203 216 -
CMYK 0.88 0.06 0 0.15
HSL 184.13º 0.78% 0.48% -
HSV(B) 184.13º 0.88% 0.85% -
XYZ 34.2 47.9 72.41 -
YUV 151.86 164.19 38.94 -
System Red Green Blue C M Y K H S L
Decimal 27 203 216 0.88 0.06 0 0.15 184.13 0.78 0.48
Hex 1B CB D8 58 6 0 F B8 4E 30
Octal 33 313 330 130 6 0 17 270 116 60
Binary 11011 11001011 11011000 1011000 110 0 1111 10111000 1001110 110000

Color Harmonies of #1BCBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCBD8

Black with #1BCBD8

Text Example


Text Example

White with #1BCBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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