Html Css Color HEX #5AF3CB Turquoise

📋 copy color: '#5AF3CB'

red 90 ◦ green 243 ◦ blue 203

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

Shades of Turquoise #5AF3CB

Tints of Turquoise #5AF3CB

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.34%

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

R = 16.79%
G = 45.34%
B = 37.87%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#5AF3CB (or 0x5AF3CB) is known color: Turquoise. HEX triplet: 5A, F3 and CB. RGB value is (90,243,203). Sum of RGB (Red+Green+Blue) = 90+243+203=536 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.79% from 536); Green value is 243 (95.31% from 255 or 45.34% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 243 - color contains mainly: green. Hex color #5AF3CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF3CB is #A50C34. Grayscale: #C0C0C0. Windows color (decimal): -10816565 or 13366106. OLE color: 13366106.

HSL color Cylindrical-coordinate representation of color #5AF3CB: hue angle of 164.31º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF3CB is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 90 243 203 -
CMYK 0.63 0 0.16 0.05
HSL 164.31º 0.86% 0.65% -
HSV(B) 164.31º 0.63% 0.95% -
XYZ 47.05 70.59 67.64 -
YUV 192.69 133.81 54.75 -
System Red Green Blue C M Y K H S L
Decimal 90 243 203 0.63 0 0.16 0.05 164.31 0.86 0.65
Hex 5A F3 CB 3F 0 10 5 A4 56 41
Octal 132 363 313 77 0 20 5 244 126 101
Binary 1011010 11110011 11001011 111111 0 10000 101 10100100 1010110 1000001

Color Harmonies of #5AF3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF3CB

Black with #5AF3CB

Text Example


Text Example

White with #5AF3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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