Html Css Color HEX #1BCADE Dark Turquoise

📋 copy color: '#1BCADE'

red 27 ◦ green 202 ◦ blue 222

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

Shades of Dark Turquoise #1BCADE

Tints of Dark Turquoise #1BCADE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.79%

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

R = 5.99%
G = 44.79%
B = 49.22%

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

#1BCADE (or 0x1BCADE) is known color: Dark Turquoise. HEX triplet: 1B, CA and DE. RGB value is (27,202,222). Sum of RGB (Red+Green+Blue) = 27+202+222=451 (59% of max value = 765). Red value is 27 (10.94% from 255 or 5.99% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 222 (87.11% from 255 or 49.22% from 451); Max value from RGB is 222 - color contains mainly: blue. Hex color #1BCADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCADE is #E43521. Grayscale: #979797. Windows color (decimal): -14955810 or 14600731. OLE color: 14600731.

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

Color convert

RGB 27 202 222 -
CMYK 0.88 0.09 0 0.13
HSL 186.15º 0.78% 0.49% -
HSV(B) 186.15º 0.88% 0.87% -
XYZ 34.76 47.75 76.49 -
YUV 151.96 167.52 38.87 -
System Red Green Blue C M Y K H S L
Decimal 27 202 222 0.88 0.09 0 0.13 186.15 0.78 0.49
Hex 1B CA DE 58 9 0 D BA 4E 31
Octal 33 312 336 130 11 0 15 272 116 61
Binary 11011 11001010 11011110 1011000 1001 0 1101 10111010 1001110 110001

Color Harmonies of #1BCADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCADE

Black with #1BCADE

Text Example


Text Example

White with #1BCADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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