Html Css Color HEX #5ACFCB Medium Turquoise

📋 copy color: '#5ACFCB'

red 90 ◦ green 207 ◦ blue 203

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

Shades of Medium Turquoise #5ACFCB

Tints of Medium Turquoise #5ACFCB

RGB

 RED value IS 90 (35.55% from 255) = 18%

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

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

R = 18%
G = 41.4%
B = 40.6%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#5ACFCB (or 0x5ACFCB) is known color: Medium Turquoise. HEX triplet: 5A, CF and CB. RGB value is (90,207,203). Sum of RGB (Red+Green+Blue) = 90+207+203=500 (66% of max value = 765). Red value is 90 (35.55% from 255 or 18% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACFCB is #A53034. Grayscale: #ABABAB. Windows color (decimal): -10825781 or 13356890. OLE color: 13356890.

HSL color Cylindrical-coordinate representation of color #5ACFCB: hue angle of 177.95º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5ACFCB is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 90 207 203 -
CMYK 0.57 0 0.02 0.19
HSL 177.95º 0.55% 0.58% -
HSV(B) 177.95º 0.57% 0.81% -
XYZ 37.31 51.11 64.4 -
YUV 171.56 145.74 69.83 -
System Red Green Blue C M Y K H S L
Decimal 90 207 203 0.57 0 0.02 0.19 177.95 0.55 0.58
Hex 5A CF CB 39 0 2 13 B2 37 3A
Octal 132 317 313 71 0 2 23 262 67 72
Binary 1011010 11001111 11001011 111001 0 10 10011 10110010 110111 111010

Color Harmonies of #5ACFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACFCB

Black with #5ACFCB

Text Example


Text Example

White with #5ACFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5ACFCB; }

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

 H1.HeaderClassName
 {
   color: #5ACFCB;
 }
 .AnyTagClassName
 {
   color: #5ACFCB;
 }
</style>

background-color css

<style>
 a { background-color: #5ACFCB; }

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

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

border-color css

<style>
 span { border-color: #5ACFCB; }

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

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