Html Css Color HEX #5DDFEB Turquoise Blue

📋 copy color: '#5DDFEB'

red 93 ◦ green 223 ◦ blue 235

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

Shades of Turquoise Blue #5DDFEB

Tints of Turquoise Blue #5DDFEB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.47%

 BLUE value IS 235 (92.19% from 255) = 42.65%

R = 16.88%
G = 40.47%
B = 42.65%

CMYK

 C value IS 0.60

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5DDFEB (or 0x5DDFEB) is known color: Turquoise Blue. HEX triplet: 5D, DF and EB. RGB value is (93,223,235). Sum of RGB (Red+Green+Blue) = 93+223+235=551 (72% of max value = 765). Red value is 93 (36.72% from 255 or 16.88% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #5DDFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DDFEB is #A22014. Grayscale: #B9B9B9. Windows color (decimal): -10625045 or 15458141. OLE color: 15458141.

HSL color Cylindrical-coordinate representation of color #5DDFEB: hue angle of 185.07º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DDFEB is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 93 223 235 -
CMYK 0.60 0.05 0 0.08
HSL 185.07º 0.78% 0.64% -
HSV(B) 185.07º 0.6% 0.92% -
XYZ 45.9 61.1 87.97 -
YUV 185.5 155.93 62.02 -
System Red Green Blue C M Y K H S L
Decimal 93 223 235 0.60 0.05 0 0.08 185.07 0.78 0.64
Hex 5D DF EB 3C 5 0 8 B9 4E 40
Octal 135 337 353 74 5 0 10 271 116 100
Binary 1011101 11011111 11101011 111100 101 0 1000 10111001 1001110 1000000

Color Harmonies of #5DDFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDFEB

Black with #5DDFEB

Text Example


Text Example

White with #5DDFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,223,235); }

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

background-color css

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

 a { background-color: rgb(93,223,235); }

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

border-color css

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

 span { border-color: rgb(93,223,235); }

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