Html Css Color HEX #5DECF1 Turquoise Blue

📋 copy color: '#5DECF1'

red 93 ◦ green 236 ◦ blue 241

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

Shades of Turquoise Blue #5DECF1

Tints of Turquoise Blue #5DECF1

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.4%

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

R = 16.32%
G = 41.4%
B = 42.28%

CMYK

 C value IS 0.61

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5DECF1 (or 0x5DECF1) is known color: Turquoise Blue. HEX triplet: 5D, EC and F1. RGB value is (93,236,241). Sum of RGB (Red+Green+Blue) = 93+236+241=570 (75% of max value = 765). Red value is 93 (36.72% from 255 or 16.32% from 570); Green value is 236 (92.58% from 255 or 41.40% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 241 - color contains mainly: blue. Hex color #5DECF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DECF1 is #A2130E. Grayscale: #C1C1C1. Windows color (decimal): -10621711 or 15854685. OLE color: 15854685.

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

Color convert

RGB 93 236 241 -
CMYK 0.61 0.02 0 0.05
HSL 182.03º 0.84% 0.65% -
HSV(B) 182.03º 0.61% 0.95% -
XYZ 50.39 68.67 93.82 -
YUV 193.81 154.62 56.09 -
System Red Green Blue C M Y K H S L
Decimal 93 236 241 0.61 0.02 0 0.05 182.03 0.84 0.65
Hex 5D EC F1 3D 2 0 5 B6 54 41
Octal 135 354 361 75 2 0 5 266 124 101
Binary 1011101 11101100 11110001 111101 10 0 101 10110110 1010100 1000001

Color Harmonies of #5DECF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DECF1

Black with #5DECF1

Text Example


Text Example

White with #5DECF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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