Html Css Color HEX #5FD0E7 Turquoise Blue

📋 copy color: '#5FD0E7'

red 95 ◦ green 208 ◦ blue 231

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

Shades of Turquoise Blue #5FD0E7

Tints of Turquoise Blue #5FD0E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.26%

R = 17.79%
G = 38.95%
B = 43.26%

CMYK

 C value IS 0.59

 M value IS 0.10

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5FD0E7 (or 0x5FD0E7) is known color: Turquoise Blue. HEX triplet: 5F, D0 and E7. RGB value is (95,208,231). Sum of RGB (Red+Green+Blue) = 95+208+231=534 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.79% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 231 (90.62% from 255 or 43.26% from 534); Max value from RGB is 231 - color contains mainly: blue. Hex color #5FD0E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FD0E7 is #A02F18. Grayscale: #B0B0B0. Windows color (decimal): -10497817 or 15192159. OLE color: 15192159.

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

Color convert

RGB 95 208 231 -
CMYK 0.59 0.10 0 0.09
HSL 190.15º 0.74% 0.64% -
HSV(B) 190.15º 0.59% 0.91% -
XYZ 41.7 53.31 83.69 -
YUV 176.84 158.56 69.63 -
System Red Green Blue C M Y K H S L
Decimal 95 208 231 0.59 0.10 0 0.09 190.15 0.74 0.64
Hex 5F D0 E7 3B A 0 9 BE 4A 40
Octal 137 320 347 73 12 0 11 276 112 100
Binary 1011111 11010000 11100111 111011 1010 0 1001 10111110 1001010 1000000

Color Harmonies of #5FD0E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD0E7

Black with #5FD0E7

Text Example


Text Example

White with #5FD0E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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