Html Css Color HEX #1BCBDE Dark Turquoise

📋 copy color: '#1BCBDE'

red 27 ◦ green 203 ◦ blue 222

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

Shades of Dark Turquoise #1BCBDE

Tints of Dark Turquoise #1BCBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.12%

R = 5.97%
G = 44.91%
B = 49.12%

CMYK

 C value IS 0.88

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1BCBDE (or 0x1BCBDE) is known color: Dark Turquoise. HEX triplet: 1B, CB and DE. RGB value is (27,203,222). Sum of RGB (Red+Green+Blue) = 27+203+222=452 (59% of max value = 765). Red value is 27 (10.94% from 255 or 5.97% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #1BCBDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCBDE is #E43421. Grayscale: #989898. Windows color (decimal): -14955554 or 14600987. OLE color: 14600987.

HSL color Cylindrical-coordinate representation of color #1BCBDE: hue angle of 185.85º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BCBDE is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 27 203 222 -
CMYK 0.88 0.09 0 0.13
HSL 185.85º 0.78% 0.49% -
HSV(B) 185.85º 0.88% 0.87% -
XYZ 34.99 48.22 76.57 -
YUV 152.54 167.19 38.46 -
System Red Green Blue C M Y K H S L
Decimal 27 203 222 0.88 0.09 0 0.13 185.85 0.78 0.49
Hex 1B CB DE 58 9 0 D BA 4E 31
Octal 33 313 336 130 11 0 15 272 116 61
Binary 11011 11001011 11011110 1011000 1001 0 1101 10111010 1001110 110001

Color Harmonies of #1BCBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCBDE

Black with #1BCBDE

Text Example


Text Example

White with #1BCBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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