Html Css Color HEX #5FD0EA Turquoise Blue

📋 copy color: '#5FD0EA'

red 95 ◦ green 208 ◦ blue 234

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

Shades of Turquoise Blue #5FD0EA

Tints of Turquoise Blue #5FD0EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.58%

R = 17.69%
G = 38.73%
B = 43.58%

CMYK

 C value IS 0.59

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5FD0EA (or 0x5FD0EA) is known color: Turquoise Blue. HEX triplet: 5F, D0 and EA. RGB value is (95,208,234). Sum of RGB (Red+Green+Blue) = 95+208+234=537 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.69% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 234 - color contains mainly: blue. Hex color #5FD0EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FD0EA is #A02F15. Grayscale: #B0B0B0. Windows color (decimal): -10497814 or 15388767. OLE color: 15388767.

HSL color Cylindrical-coordinate representation of color #5FD0EA: hue angle of 191.22º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FD0EA is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 95 208 234 -
CMYK 0.59 0.11 0 0.08
HSL 191.22º 0.77% 0.65% -
HSV(B) 191.22º 0.59% 0.92% -
XYZ 42.13 53.49 85.95 -
YUV 177.18 160.06 69.39 -
System Red Green Blue C M Y K H S L
Decimal 95 208 234 0.59 0.11 0 0.08 191.22 0.77 0.65
Hex 5F D0 EA 3B B 0 8 BF 4D 41
Octal 137 320 352 73 13 0 10 277 115 101
Binary 1011111 11010000 11101010 111011 1011 0 1000 10111111 1001101 1000001

Color Harmonies of #5FD0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD0EA

Black with #5FD0EA

Text Example


Text Example

White with #5FD0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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