Html Css Color HEX #55CFC4 Medium Turquoise

📋 copy color: '#55CFC4'

red 85 ◦ green 207 ◦ blue 196

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

Shades of Medium Turquoise #55CFC4

Tints of Medium Turquoise #55CFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.16%

R = 17.42%
G = 42.42%
B = 40.16%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#55CFC4 (or 0x55CFC4) is known color: Medium Turquoise. HEX triplet: 55, CF and C4. RGB value is (85,207,196). Sum of RGB (Red+Green+Blue) = 85+207+196=488 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.42% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 196 (76.95% from 255 or 40.16% from 488); Max value from RGB is 207 - color contains mainly: green. Hex color #55CFC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CFC4 is #AA303B. Grayscale: #A9A9A9. Windows color (decimal): -11153468 or 12898133. OLE color: 12898133.

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

Color convert

RGB 85 207 196 -
CMYK 0.59 0 0.05 0.19
HSL 174.59º 0.56% 0.57% -
HSV(B) 174.59º 0.59% 0.81% -
XYZ 36.02 50.54 60.08 -
YUV 169.27 143.08 67.89 -
System Red Green Blue C M Y K H S L
Decimal 85 207 196 0.59 0 0.05 0.19 174.59 0.56 0.57
Hex 55 CF C4 3B 0 5 13 AF 38 39
Octal 125 317 304 73 0 5 23 257 70 71
Binary 1010101 11001111 11000100 111011 0 101 10011 10101111 111000 111001

Color Harmonies of #55CFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CFC4

Black with #55CFC4

Text Example


Text Example

White with #55CFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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