Html Css Color HEX #5DDDF1 Turquoise Blue

📋 copy color: '#5DDDF1'

red 93 ◦ green 221 ◦ blue 241

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

Shades of Turquoise Blue #5DDDF1

Tints of Turquoise Blue #5DDDF1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.82%

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

R = 16.76%
G = 39.82%
B = 43.42%

CMYK

 C value IS 0.61

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5DDDF1 (or 0x5DDDF1) is known color: Turquoise Blue. HEX triplet: 5D, DD and F1. RGB value is (93,221,241). Sum of RGB (Red+Green+Blue) = 93+221+241=555 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.76% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #5DDDF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DDDF1 is #A2220E. Grayscale: #B8B8B8. Windows color (decimal): -10625551 or 15850845. OLE color: 15850845.

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

Color convert

RGB 93 221 241 -
CMYK 0.61 0.08 0 0.05
HSL 188.11º 0.84% 0.65% -
HSV(B) 188.11º 0.61% 0.95% -
XYZ 46.25 60.39 92.44 -
YUV 185.01 159.59 62.37 -
System Red Green Blue C M Y K H S L
Decimal 93 221 241 0.61 0.08 0 0.05 188.11 0.84 0.65
Hex 5D DD F1 3D 8 0 5 BC 54 41
Octal 135 335 361 75 10 0 5 274 124 101
Binary 1011101 11011101 11110001 111101 1000 0 101 10111100 1010100 1000001

Color Harmonies of #5DDDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDDF1

Black with #5DDDF1

Text Example


Text Example

White with #5DDDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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