Html Css Color HEX #55CACF Medium Turquoise

📋 copy color: '#55CACF'

red 85 ◦ green 202 ◦ blue 207

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

Shades of Medium Turquoise #55CACF

Tints of Medium Turquoise #55CACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.9%

R = 17.21%
G = 40.89%
B = 41.9%

CMYK

 C value IS 0.59

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#55CACF (or 0x55CACF) is known color: Medium Turquoise. HEX triplet: 55, CA and CF. RGB value is (85,202,207). Sum of RGB (Red+Green+Blue) = 85+202+207=494 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.21% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #55CACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CACF is #AA3530. Grayscale: #A7A7A7. Windows color (decimal): -11154737 or 13617749. OLE color: 13617749.

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

Color convert

RGB 85 202 207 -
CMYK 0.59 0.02 0 0.19
HSL 182.46º 0.56% 0.57% -
HSV(B) 182.46º 0.59% 0.81% -
XYZ 36.13 48.68 66.52 -
YUV 167.59 150.24 69.09 -
System Red Green Blue C M Y K H S L
Decimal 85 202 207 0.59 0.02 0 0.19 182.46 0.56 0.57
Hex 55 CA CF 3B 2 0 13 B6 38 39
Octal 125 312 317 73 2 0 23 266 70 71
Binary 1010101 11001010 11001111 111011 10 0 10011 10110110 111000 111001

Color Harmonies of #55CACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CACF

Black with #55CACF

Text Example


Text Example

White with #55CACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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