Html Css Color HEX #55CFBC Medium Turquoise

📋 copy color: '#55CFBC'

red 85 ◦ green 207 ◦ blue 188

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

Shades of Medium Turquoise #55CFBC

Tints of Medium Turquoise #55CFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.17%

R = 17.71%
G = 43.13%
B = 39.17%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#55CFBC (or 0x55CFBC) is known color: Medium Turquoise. HEX triplet: 55, CF and BC. RGB value is (85,207,188). Sum of RGB (Red+Green+Blue) = 85+207+188=480 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.71% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 207 - color contains mainly: green. Hex color #55CFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CFBC is #AA3043. Grayscale: #A8A8A8. Windows color (decimal): -11153476 or 12373845. OLE color: 12373845.

HSL color Cylindrical-coordinate representation of color #55CFBC: hue angle of 170.66º 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 #55CFBC is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 207 188 -
CMYK 0.59 0 0.09 0.19
HSL 170.66º 0.56% 0.57% -
HSV(B) 170.66º 0.59% 0.81% -
XYZ 35.14 50.19 55.41 -
YUV 168.36 139.08 68.54 -
System Red Green Blue C M Y K H S L
Decimal 85 207 188 0.59 0 0.09 0.19 170.66 0.56 0.57
Hex 55 CF BC 3B 0 9 13 AB 38 39
Octal 125 317 274 73 0 11 23 253 70 71
Binary 1010101 11001111 10111100 111011 0 1001 10011 10101011 111000 111001

Color Harmonies of #55CFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CFBC

Black with #55CFBC

Text Example


Text Example

White with #55CFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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