Html Css Color HEX #5DE0FF Turquoise Blue

📋 copy color: '#5DE0FF'

red 93 ◦ green 224 ◦ blue 255

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

Shades of Turquoise Blue #5DE0FF

Tints of Turquoise Blue #5DE0FF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.16%

 BLUE value IS 255 (100% from 255) = 44.58%

R = 16.26%
G = 39.16%
B = 44.58%

CMYK

 C value IS 0.64

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5DE0FF (or 0x5DE0FF) is known color: Turquoise Blue. HEX triplet: 5D, E0 and FF. RGB value is (93,224,255). Sum of RGB (Red+Green+Blue) = 93+224+255=572 (75% of max value = 765). Red value is 93 (36.72% from 255 or 16.26% from 572); Green value is 224 (87.89% from 255 or 39.16% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #5DE0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DE0FF is #A21F00. Grayscale: #BCBCBC. Windows color (decimal): -10624769 or 16769117. OLE color: 16769117.

HSL color Cylindrical-coordinate representation of color #5DE0FF: hue angle of 191.48º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5DE0FF is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 93 224 255 -
CMYK 0.64 0.12 0 0
HSL 191.48º 1% 0.68% -
HSV(B) 191.48º 0.64% 1% -
XYZ 49.22 62.86 104.15 -
YUV 188.37 165.6 59.98 -
System Red Green Blue C M Y K H S L
Decimal 93 224 255 0.64 0.12 0 0 191.48 1 0.68
Hex 5D E0 FF 40 C 0 0 BF 64 44
Octal 135 340 377 100 14 0 0 277 144 104
Binary 1011101 11100000 11111111 1000000 1100 0 0 10111111 1100100 1000100

Color Harmonies of #5DE0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DE0FF

Black with #5DE0FF

Text Example


Text Example

White with #5DE0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,224,255); }

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

background-color css

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

 a { background-color: rgb(93,224,255); }

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

border-color css

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

 span { border-color: rgb(93,224,255); }

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