Html Css Color HEX #55CFCB Medium Turquoise

📋 copy color: '#55CFCB'

red 85 ◦ green 207 ◦ blue 203

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

Shades of Medium Turquoise #55CFCB

Tints of Medium Turquoise #55CFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.01%

R = 17.17%
G = 41.82%
B = 41.01%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#55CFCB (or 0x55CFCB) is known color: Medium Turquoise. HEX triplet: 55, CF and CB. RGB value is (85,207,203). Sum of RGB (Red+Green+Blue) = 85+207+203=495 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.17% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #55CFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CFCB is #AA3034. Grayscale: #A9A9A9. Windows color (decimal): -11153461 or 13356885. OLE color: 13356885.

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

Color convert

RGB 85 207 203 -
CMYK 0.59 0 0.02 0.19
HSL 178.03º 0.56% 0.57% -
HSV(B) 178.03º 0.59% 0.81% -
XYZ 36.84 50.87 64.38 -
YUV 170.07 146.58 67.33 -
System Red Green Blue C M Y K H S L
Decimal 85 207 203 0.59 0 0.02 0.19 178.03 0.56 0.57
Hex 55 CF CB 3B 0 2 13 B2 38 39
Octal 125 317 313 73 0 2 23 262 70 71
Binary 1010101 11001111 11001011 111011 0 10 10011 10110010 111000 111001

Color Harmonies of #55CFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CFCB

Black with #55CFCB

Text Example


Text Example

White with #55CFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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