Html Css Color HEX #55CBDB Medium Turquoise

📋 copy color: '#55CBDB'

red 85 ◦ green 203 ◦ blue 219

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

Shades of Medium Turquoise #55CBDB

Tints of Medium Turquoise #55CBDB

RGB

 RED value IS 85 (33.59% from 255) = 16.77%

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

 BLUE value IS 219 (85.94% from 255) = 43.2%

R = 16.77%
G = 40.04%
B = 43.2%

CMYK

 C value IS 0.61

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#55CBDB (or 0x55CBDB) is known color: Medium Turquoise. HEX triplet: 55, CB and DB. RGB value is (85,203,219). Sum of RGB (Red+Green+Blue) = 85+203+219=507 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.77% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #55CBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CBDB is #AA3424. Grayscale: #A9A9A9. Windows color (decimal): -11154469 or 14404437. OLE color: 14404437.

HSL color Cylindrical-coordinate representation of color #55CBDB: hue angle of 187.16º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55CBDB is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 203 219 -
CMYK 0.61 0.07 0 0.14
HSL 187.16º 0.65% 0.6% -
HSV(B) 187.16º 0.61% 0.86% -
XYZ 37.89 49.76 74.63 -
YUV 169.54 155.91 67.7 -
System Red Green Blue C M Y K H S L
Decimal 85 203 219 0.61 0.07 0 0.14 187.16 0.65 0.6
Hex 55 CB DB 3D 7 0 E BB 41 3C
Octal 125 313 333 75 7 0 16 273 101 74
Binary 1010101 11001011 11011011 111101 111 0 1110 10111011 1000001 111100

Color Harmonies of #55CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CBDB

Black with #55CBDB

Text Example


Text Example

White with #55CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55CBDB; }

 p { color: rgb(85,203,219); }

 H1.HeaderClassName
 {
   color: #55CBDB;
 }
 .AnyTagClassName
 {
   color: #55CBDB;
 }
</style>

background-color css

<style>
 a { background-color: #55CBDB; }

 a { background-color: rgb(85,203,219); }

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

border-color css

<style>
 span { border-color: #55CBDB; }

 span { border-color: rgb(85,203,219); }

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