Html Css Color HEX #5DDBFF Turquoise Blue

📋 copy color: '#5DDBFF'

red 93 ◦ green 219 ◦ blue 255

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

Shades of Turquoise Blue #5DDBFF

Tints of Turquoise Blue #5DDBFF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.62%

 BLUE value IS 255 (100% from 255) = 44.97%

R = 16.4%
G = 38.62%
B = 44.97%

CMYK

 C value IS 0.64

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5DDBFF (or 0x5DDBFF) is known color: Turquoise Blue. HEX triplet: 5D, DB and FF. RGB value is (93,219,255). Sum of RGB (Red+Green+Blue) = 93+219+255=567 (75% of max value = 765). Red value is 93 (36.72% from 255 or 16.40% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #5DDBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DDBFF is #A22400. Grayscale: #B9B9B9. Windows color (decimal): -10626049 or 16767837. OLE color: 16767837.

HSL color Cylindrical-coordinate representation of color #5DDBFF: hue angle of 193.33º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5DDBFF is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 93 219 255 -
CMYK 0.64 0.14 0 0
HSL 193.33º 1% 0.68% -
HSV(B) 193.33º 0.64% 1% -
XYZ 47.9 60.21 103.71 -
YUV 185.43 167.26 62.07 -
System Red Green Blue C M Y K H S L
Decimal 93 219 255 0.64 0.14 0 0 193.33 1 0.68
Hex 5D DB FF 40 E 0 0 C1 64 44
Octal 135 333 377 100 16 0 0 301 144 104
Binary 1011101 11011011 11111111 1000000 1110 0 0 11000001 1100100 1000100

Color Harmonies of #5DDBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDBFF

Black with #5DDBFF

Text Example


Text Example

White with #5DDBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,219,255); }

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

background-color css

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

 a { background-color: rgb(93,219,255); }

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

border-color css

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

 span { border-color: rgb(93,219,255); }

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