Html Css Color HEX #5FD0E5 Turquoise Blue

📋 copy color: '#5FD0E5'

red 95 ◦ green 208 ◦ blue 229

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

Shades of Turquoise Blue #5FD0E5

Tints of Turquoise Blue #5FD0E5

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.1%

 BLUE value IS 229 (89.84% from 255) = 43.05%

R = 17.86%
G = 39.1%
B = 43.05%

CMYK

 C value IS 0.59

 M value IS 0.09

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#5FD0E5 (or 0x5FD0E5) is known color: Turquoise Blue. HEX triplet: 5F, D0 and E5. RGB value is (95,208,229). Sum of RGB (Red+Green+Blue) = 95+208+229=532 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.86% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 229 (89.84% from 255 or 43.05% from 532); Max value from RGB is 229 - color contains mainly: blue. Hex color #5FD0E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD0E5 is #A02F1A. Grayscale: #B0B0B0. Windows color (decimal): -10497819 or 15061087. OLE color: 15061087.

HSL color Cylindrical-coordinate representation of color #5FD0E5: hue angle of 189.4º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FD0E5 is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 95 208 229 -
CMYK 0.59 0.09 0 0.10
HSL 189.4º 0.72% 0.64% -
HSV(B) 189.4º 0.59% 0.9% -
XYZ 41.42 53.2 82.21 -
YUV 176.61 157.56 69.79 -
System Red Green Blue C M Y K H S L
Decimal 95 208 229 0.59 0.09 0 0.10 189.4 0.72 0.64
Hex 5F D0 E5 3B 9 0 A BD 48 40
Octal 137 320 345 73 11 0 12 275 110 100
Binary 1011111 11010000 11100101 111011 1001 0 1010 10111101 1001000 1000000

Color Harmonies of #5FD0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD0E5

Black with #5FD0E5

Text Example


Text Example

White with #5FD0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,208,229); }

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

background-color css

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

 a { background-color: rgb(95,208,229); }

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

border-color css

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

 span { border-color: rgb(95,208,229); }

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