Html Css Color HEX #5FD2FA Turquoise Blue

📋 copy color: '#5FD2FA'

red 95 ◦ green 210 ◦ blue 250

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

Shades of Turquoise Blue #5FD2FA

Tints of Turquoise Blue #5FD2FA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.84%

 BLUE value IS 250 (98.05% from 255) = 45.05%

R = 17.12%
G = 37.84%
B = 45.05%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5FD2FA (or 0x5FD2FA) is known color: Turquoise Blue. HEX triplet: 5F, D2 and FA. RGB value is (95,210,250). Sum of RGB (Red+Green+Blue) = 95+210+250=555 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.12% from 555); Green value is 210 (82.42% from 255 or 37.84% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #5FD2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FD2FA is #A02D05. Grayscale: #B3B3B3. Windows color (decimal): -10497286 or 16437855. OLE color: 16437855.

HSL color Cylindrical-coordinate representation of color #5FD2FA: hue angle of 195.48º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FD2FA is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 95 210 250 -
CMYK 0.62 0.16 0 0.02
HSL 195.48º 0.94% 0.68% -
HSV(B) 195.48º 0.62% 0.98% -
XYZ 45.02 55.43 98.77 -
YUV 180.18 167.4 67.25 -
System Red Green Blue C M Y K H S L
Decimal 95 210 250 0.62 0.16 0 0.02 195.48 0.94 0.68
Hex 5F D2 FA 3E 10 0 2 C3 5E 44
Octal 137 322 372 76 20 0 2 303 136 104
Binary 1011111 11010010 11111010 111110 10000 0 10 11000011 1011110 1000100

Color Harmonies of #5FD2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD2FA

Black with #5FD2FA

Text Example


Text Example

White with #5FD2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,210,250); }

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

background-color css

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

 a { background-color: rgb(95,210,250); }

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

border-color css

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

 span { border-color: rgb(95,210,250); }

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