Html Css Color HEX #5DE3F1 Turquoise Blue

📋 copy color: '#5DE3F1'

red 93 ◦ green 227 ◦ blue 241

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

Shades of Turquoise Blue #5DE3F1

Tints of Turquoise Blue #5DE3F1

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.46%

 BLUE value IS 241 (94.53% from 255) = 42.96%

R = 16.58%
G = 40.46%
B = 42.96%

CMYK

 C value IS 0.61

 M value IS 0.06

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5DE3F1 (or 0x5DE3F1) is known color: Turquoise Blue. HEX triplet: 5D, E3 and F1. RGB value is (93,227,241). Sum of RGB (Red+Green+Blue) = 93+227+241=561 (74% of max value = 765). Red value is 93 (36.72% from 255 or 16.58% from 561); Green value is 227 (89.06% from 255 or 40.46% from 561); Blue value is 241 (94.53% from 255 or 42.96% from 561); Max value from RGB is 241 - color contains mainly: blue. Hex color #5DE3F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DE3F1 is #A21C0E. Grayscale: #BCBCBC. Windows color (decimal): -10624015 or 15852381. OLE color: 15852381.

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

Color convert

RGB 93 227 241 -
CMYK 0.61 0.06 0 0.05
HSL 185.68º 0.84% 0.65% -
HSV(B) 185.68º 0.61% 0.95% -
XYZ 47.86 63.62 92.98 -
YUV 188.53 157.61 59.86 -
System Red Green Blue C M Y K H S L
Decimal 93 227 241 0.61 0.06 0 0.05 185.68 0.84 0.65
Hex 5D E3 F1 3D 6 0 5 BA 54 41
Octal 135 343 361 75 6 0 5 272 124 101
Binary 1011101 11100011 11110001 111101 110 0 101 10111010 1010100 1000001

Color Harmonies of #5DE3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DE3F1

Black with #5DE3F1

Text Example


Text Example

White with #5DE3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,227,241); }

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

background-color css

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

 a { background-color: rgb(93,227,241); }

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

border-color css

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

 span { border-color: rgb(93,227,241); }

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