Html Css Color HEX #5DDDF2 Turquoise Blue

📋 copy color: '#5DDDF2'

red 93 ◦ green 221 ◦ blue 242

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

Shades of Turquoise Blue #5DDDF2

Tints of Turquoise Blue #5DDDF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.53%

R = 16.73%
G = 39.75%
B = 43.53%

CMYK

 C value IS 0.62

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5DDDF2 (or 0x5DDDF2) is known color: Turquoise Blue. HEX triplet: 5D, DD and F2. RGB value is (93,221,242). Sum of RGB (Red+Green+Blue) = 93+221+242=556 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.73% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 242 - color contains mainly: blue. Hex color #5DDDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DDDF2 is #A2220D. Grayscale: #B8B8B8. Windows color (decimal): -10625550 or 15916381. OLE color: 15916381.

HSL color Cylindrical-coordinate representation of color #5DDDF2: hue angle of 188.46º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DDDF2 is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 93 221 242 -
CMYK 0.62 0.09 0 0.05
HSL 188.46º 0.85% 0.66% -
HSV(B) 188.46º 0.62% 0.95% -
XYZ 46.4 60.45 93.23 -
YUV 185.12 160.09 62.29 -
System Red Green Blue C M Y K H S L
Decimal 93 221 242 0.62 0.09 0 0.05 188.46 0.85 0.66
Hex 5D DD F2 3E 9 0 5 BC 55 42
Octal 135 335 362 76 11 0 5 274 125 102
Binary 1011101 11011101 11110010 111110 1001 0 101 10111100 1010101 1000010

Color Harmonies of #5DDDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDDF2

Black with #5DDDF2

Text Example


Text Example

White with #5DDDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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