Html Css Color HEX #55CBDD Medium Turquoise

📋 copy color: '#55CBDD'

red 85 ◦ green 203 ◦ blue 221

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

Shades of Medium Turquoise #55CBDD

Tints of Medium Turquoise #55CBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.42%

R = 16.7%
G = 39.88%
B = 43.42%

CMYK

 C value IS 0.62

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#55CBDD (or 0x55CBDD) is known color: Medium Turquoise. HEX triplet: 55, CB and DD. RGB value is (85,203,221). Sum of RGB (Red+Green+Blue) = 85+203+221=509 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.70% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #55CBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CBDD is #AA3422. Grayscale: #A9A9A9. Windows color (decimal): -11154467 or 14535509. OLE color: 14535509.

HSL color Cylindrical-coordinate representation of color #55CBDD: hue angle of 187.94º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55CBDD is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 203 221 -
CMYK 0.62 0.08 0 0.13
HSL 187.94º 0.67% 0.6% -
HSV(B) 187.94º 0.62% 0.87% -
XYZ 38.15 49.86 76.02 -
YUV 169.77 156.91 67.54 -
System Red Green Blue C M Y K H S L
Decimal 85 203 221 0.62 0.08 0 0.13 187.94 0.67 0.6
Hex 55 CB DD 3E 8 0 D BC 43 3C
Octal 125 313 335 76 10 0 15 274 103 74
Binary 1010101 11001011 11011101 111110 1000 0 1101 10111100 1000011 111100

Color Harmonies of #55CBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CBDD

Black with #55CBDD

Text Example


Text Example

White with #55CBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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