Html Css Color HEX #55CFBB Medium Turquoise

📋 copy color: '#55CFBB'

red 85 ◦ green 207 ◦ blue 187

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

Shades of Medium Turquoise #55CFBB

Tints of Medium Turquoise #55CFBB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.22%

 BLUE value IS 187 (73.44% from 255) = 39.04%

R = 17.75%
G = 43.22%
B = 39.04%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#55CFBB (or 0x55CFBB) is known color: Medium Turquoise. HEX triplet: 55, CF and BB. RGB value is (85,207,187). Sum of RGB (Red+Green+Blue) = 85+207+187=479 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.75% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 207 - color contains mainly: green. Hex color #55CFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CFBB is #AA3044. Grayscale: #A8A8A8. Windows color (decimal): -11153477 or 12308309. OLE color: 12308309.

HSL color Cylindrical-coordinate representation of color #55CFBB: hue angle of 170.16º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CFBB is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 207 187 -
CMYK 0.59 0 0.10 0.19
HSL 170.16º 0.56% 0.57% -
HSV(B) 170.16º 0.59% 0.81% -
XYZ 35.03 50.14 54.85 -
YUV 168.24 138.58 68.63 -
System Red Green Blue C M Y K H S L
Decimal 85 207 187 0.59 0 0.10 0.19 170.16 0.56 0.57
Hex 55 CF BB 3B 0 A 13 AA 38 39
Octal 125 317 273 73 0 12 23 252 70 71
Binary 1010101 11001111 10111011 111011 0 1010 10011 10101010 111000 111001

Color Harmonies of #55CFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CFBB

Black with #55CFBB

Text Example


Text Example

White with #55CFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,207,187); }

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

background-color css

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

 a { background-color: rgb(85,207,187); }

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

border-color css

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

 span { border-color: rgb(85,207,187); }

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