Html Css Color HEX #5FD2EA Turquoise Blue

📋 copy color: '#5FD2EA'

red 95 ◦ green 210 ◦ blue 234

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

Shades of Turquoise Blue #5FD2EA

Tints of Turquoise Blue #5FD2EA

RGB

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

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

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

R = 17.63%
G = 38.96%
B = 43.41%

CMYK

 C value IS 0.59

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5FD2EA (or 0x5FD2EA) is known color: Turquoise Blue. HEX triplet: 5F, D2 and EA. RGB value is (95,210,234). Sum of RGB (Red+Green+Blue) = 95+210+234=539 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.63% from 539); Green value is 210 (82.42% from 255 or 38.96% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #5FD2EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FD2EA is #A02D15. Grayscale: #B2B2B2. Windows color (decimal): -10497302 or 15389279. OLE color: 15389279.

HSL color Cylindrical-coordinate representation of color #5FD2EA: hue angle of 190.36º 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 #5FD2EA is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 95 210 234 -
CMYK 0.59 0.10 0 0.08
HSL 190.36º 0.77% 0.65% -
HSV(B) 190.36º 0.59% 0.92% -
XYZ 42.62 54.47 86.11 -
YUV 178.35 159.4 68.55 -
System Red Green Blue C M Y K H S L
Decimal 95 210 234 0.59 0.10 0 0.08 190.36 0.77 0.65
Hex 5F D2 EA 3B A 0 8 BE 4D 41
Octal 137 322 352 73 12 0 10 276 115 101
Binary 1011111 11010010 11101010 111011 1010 0 1000 10111110 1001101 1000001

Color Harmonies of #5FD2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD2EA

Black with #5FD2EA

Text Example


Text Example

White with #5FD2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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