Html Css Color HEX #5DF0E4 Turquoise Blue

📋 copy color: '#5DF0E4'

red 93 ◦ green 240 ◦ blue 228

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

Shades of Turquoise Blue #5DF0E4

Tints of Turquoise Blue #5DF0E4

RGB

 RED value IS 93 (36.72% from 255) = 16.58%

 GREEN value IS 240 (94.14% from 255) = 42.78%

 BLUE value IS 228 (89.45% from 255) = 40.64%

R = 16.58%
G = 42.78%
B = 40.64%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#5DF0E4 (or 0x5DF0E4) is known color: Turquoise Blue. HEX triplet: 5D, F0 and E4. RGB value is (93,240,228). Sum of RGB (Red+Green+Blue) = 93+240+228=561 (74% of max value = 765). Red value is 93 (36.72% from 255 or 16.58% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 228 (89.45% from 255 or 40.64% from 561); Max value from RGB is 240 - color contains mainly: green. Hex color #5DF0E4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF0E4 is #A20F1B. Grayscale: #C2C2C2. Windows color (decimal): -10620700 or 15003741. OLE color: 15003741.

HSL color Cylindrical-coordinate representation of color #5DF0E4: hue angle of 175.1º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DF0E4 is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 93 240 228 -
CMYK 0.61 0 0.05 0.06
HSL 175.1º 0.83% 0.65% -
HSV(B) 175.1º 0.61% 0.94% -
XYZ 49.68 70.25 84.34 -
YUV 194.68 146.8 55.48 -
System Red Green Blue C M Y K H S L
Decimal 93 240 228 0.61 0 0.05 0.06 175.1 0.83 0.65
Hex 5D F0 E4 3D 0 5 6 AF 53 41
Octal 135 360 344 75 0 5 6 257 123 101
Binary 1011101 11110000 11100100 111101 0 101 110 10101111 1010011 1000001

Color Harmonies of #5DF0E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DF0E4

Black with #5DF0E4

Text Example


Text Example

White with #5DF0E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,240,228); }

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

background-color css

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

 a { background-color: rgb(93,240,228); }

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

border-color css

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

 span { border-color: rgb(93,240,228); }

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