Html Css Color HEX #5DEEF1 Turquoise Blue

📋 copy color: '#5DEEF1'

red 93 ◦ green 238 ◦ blue 241

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

Shades of Turquoise Blue #5DEEF1

Tints of Turquoise Blue #5DEEF1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.61%

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

R = 16.26%
G = 41.61%
B = 42.13%

CMYK

 C value IS 0.61

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5DEEF1 (or 0x5DEEF1) is known color: Turquoise Blue. HEX triplet: 5D, EE and F1. RGB value is (93,238,241). Sum of RGB (Red+Green+Blue) = 93+238+241=572 (75% of max value = 765). Red value is 93 (36.72% from 255 or 16.26% from 572); Green value is 238 (93.36% from 255 or 41.61% from 572); Blue value is 241 (94.53% from 255 or 42.13% from 572); Max value from RGB is 241 - color contains mainly: blue. Hex color #5DEEF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DEEF1 is #A2110E. Grayscale: #C2C2C2. Windows color (decimal): -10621199 or 15855197. OLE color: 15855197.

HSL color Cylindrical-coordinate representation of color #5DEEF1: hue angle of 181.22º 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 #5DEEF1 is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 93 238 241 -
CMYK 0.61 0.01 0 0.05
HSL 181.22º 0.84% 0.65% -
HSV(B) 181.22º 0.61% 0.95% -
XYZ 50.97 69.83 94.01 -
YUV 194.99 153.96 55.26 -
System Red Green Blue C M Y K H S L
Decimal 93 238 241 0.61 0.01 0 0.05 181.22 0.84 0.65
Hex 5D EE F1 3D 1 0 5 B5 54 41
Octal 135 356 361 75 1 0 5 265 124 101
Binary 1011101 11101110 11110001 111101 1 0 101 10110101 1010100 1000001

Color Harmonies of #5DEEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DEEF1

Black with #5DEEF1

Text Example


Text Example

White with #5DEEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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