Html Css Color HEX #5DECEE Turquoise Blue

📋 copy color: '#5DECEE'

red 93 ◦ green 236 ◦ blue 238

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

Shades of Turquoise Blue #5DECEE

Tints of Turquoise Blue #5DECEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.98%

R = 16.4%
G = 41.62%
B = 41.98%

CMYK

 C value IS 0.61

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5DECEE (or 0x5DECEE) is known color: Turquoise Blue. HEX triplet: 5D, EC and EE. RGB value is (93,236,238). Sum of RGB (Red+Green+Blue) = 93+236+238=567 (75% of max value = 765). Red value is 93 (36.72% from 255 or 16.40% from 567); Green value is 236 (92.58% from 255 or 41.62% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #5DECEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DECEE is #A21311. Grayscale: #C1C1C1. Windows color (decimal): -10621714 or 15658077. OLE color: 15658077.

HSL color Cylindrical-coordinate representation of color #5DECEE: hue angle of 180.83º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DECEE is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 93 236 238 -
CMYK 0.61 0.01 0 0.07
HSL 180.83º 0.81% 0.65% -
HSV(B) 180.83º 0.61% 0.93% -
XYZ 49.94 68.49 91.48 -
YUV 193.47 153.12 56.34 -
System Red Green Blue C M Y K H S L
Decimal 93 236 238 0.61 0.01 0 0.07 180.83 0.81 0.65
Hex 5D EC EE 3D 1 0 7 B5 51 41
Octal 135 354 356 75 1 0 7 265 121 101
Binary 1011101 11101100 11101110 111101 1 0 111 10110101 1010001 1000001

Color Harmonies of #5DECEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DECEE

Black with #5DECEE

Text Example


Text Example

White with #5DECEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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