Html Css Color HEX #5AF7CB Turquoise

📋 copy color: '#5AF7CB'

red 90 ◦ green 247 ◦ blue 203

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

Shades of Turquoise #5AF7CB

Tints of Turquoise #5AF7CB

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.74%

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

R = 16.67%
G = 45.74%
B = 37.59%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#5AF7CB (or 0x5AF7CB) is known color: Turquoise. HEX triplet: 5A, F7 and CB. RGB value is (90,247,203). Sum of RGB (Red+Green+Blue) = 90+247+203=540 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.67% from 540); Green value is 247 (96.88% from 255 or 45.74% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 247 - color contains mainly: green. Hex color #5AF7CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF7CB is #A50834. Grayscale: #C3C3C3. Windows color (decimal): -10815541 or 13367130. OLE color: 13367130.

HSL color Cylindrical-coordinate representation of color #5AF7CB: hue angle of 163.18º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AF7CB is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 90 247 203 -
CMYK 0.64 0 0.18 0.03
HSL 163.18º 0.91% 0.66% -
HSV(B) 163.18º 0.64% 0.97% -
XYZ 48.26 73.01 68.05 -
YUV 195.04 132.49 53.08 -
System Red Green Blue C M Y K H S L
Decimal 90 247 203 0.64 0 0.18 0.03 163.18 0.91 0.66
Hex 5A F7 CB 40 0 12 3 A3 5B 42
Octal 132 367 313 100 0 22 3 243 133 102
Binary 1011010 11110111 11001011 1000000 0 10010 11 10100011 1011011 1000010

Color Harmonies of #5AF7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF7CB

Black with #5AF7CB

Text Example


Text Example

White with #5AF7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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