Html Css Color HEX #5FD5F3 Turquoise Blue

📋 copy color: '#5FD5F3'

red 95 ◦ green 213 ◦ blue 243

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

Shades of Turquoise Blue #5FD5F3

Tints of Turquoise Blue #5FD5F3

RGB

 RED value IS 95 (37.5% from 255) = 17.24%

 GREEN value IS 213 (83.59% from 255) = 38.66%

 BLUE value IS 243 (95.31% from 255) = 44.1%

R = 17.24%
G = 38.66%
B = 44.1%

CMYK

 C value IS 0.61

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5FD5F3 (or 0x5FD5F3) is known color: Turquoise Blue. HEX triplet: 5F, D5 and F3. RGB value is (95,213,243). Sum of RGB (Red+Green+Blue) = 95+213+243=551 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.24% from 551); Green value is 213 (83.59% from 255 or 38.66% from 551); Blue value is 243 (95.31% from 255 or 44.10% from 551); Max value from RGB is 243 - color contains mainly: blue. Hex color #5FD5F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FD5F3 is #A02A0C. Grayscale: #B4B4B4. Windows color (decimal): -10496525 or 15979871. OLE color: 15979871.

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

Color convert

RGB 95 213 243 -
CMYK 0.61 0.12 0 0.05
HSL 192.16º 0.86% 0.66% -
HSV(B) 192.16º 0.61% 0.95% -
XYZ 44.69 56.49 93.34 -
YUV 181.14 162.91 66.56 -
System Red Green Blue C M Y K H S L
Decimal 95 213 243 0.61 0.12 0 0.05 192.16 0.86 0.66
Hex 5F D5 F3 3D C 0 5 C0 56 42
Octal 137 325 363 75 14 0 5 300 126 102
Binary 1011111 11010101 11110011 111101 1100 0 101 11000000 1010110 1000010

Color Harmonies of #5FD5F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD5F3

Black with #5FD5F3

Text Example


Text Example

White with #5FD5F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,213,243); }

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

background-color css

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

 a { background-color: rgb(95,213,243); }

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

border-color css

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

 span { border-color: rgb(95,213,243); }

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