Html Css Color HEX #5DD3FC Turquoise Blue

📋 copy color: '#5DD3FC'

red 93 ◦ green 211 ◦ blue 252

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

Shades of Turquoise Blue #5DD3FC

Tints of Turquoise Blue #5DD3FC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.95%

 BLUE value IS 252 (98.83% from 255) = 45.32%

R = 16.73%
G = 37.95%
B = 45.32%

CMYK

 C value IS 0.63

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5DD3FC (or 0x5DD3FC) is known color: Turquoise Blue. HEX triplet: 5D, D3 and FC. RGB value is (93,211,252). Sum of RGB (Red+Green+Blue) = 93+211+252=556 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.73% from 556); Green value is 211 (82.81% from 255 or 37.95% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #5DD3FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DD3FC is #A22C03. Grayscale: #B4B4B4. Windows color (decimal): -10628100 or 16569181. OLE color: 16569181.

HSL color Cylindrical-coordinate representation of color #5DD3FC: hue angle of 195.47º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DD3FC is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 93 211 252 -
CMYK 0.63 0.16 0 0.01
HSL 195.47º 0.96% 0.68% -
HSV(B) 195.47º 0.63% 0.99% -
XYZ 45.38 55.94 100.5 -
YUV 180.39 168.41 65.67 -
System Red Green Blue C M Y K H S L
Decimal 93 211 252 0.63 0.16 0 0.01 195.47 0.96 0.68
Hex 5D D3 FC 3F 10 0 1 C3 60 44
Octal 135 323 374 77 20 0 1 303 140 104
Binary 1011101 11010011 11111100 111111 10000 0 1 11000011 1100000 1000100

Color Harmonies of #5DD3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD3FC

Black with #5DD3FC

Text Example


Text Example

White with #5DD3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,211,252); }

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

background-color css

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

 a { background-color: rgb(93,211,252); }

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

border-color css

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

 span { border-color: rgb(93,211,252); }

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