Html Css Color HEX #5DDAFA Turquoise Blue

📋 copy color: '#5DDAFA'

red 93 ◦ green 218 ◦ blue 250

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

Shades of Turquoise Blue #5DDAFA

Tints of Turquoise Blue #5DDAFA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.86%

 BLUE value IS 250 (98.05% from 255) = 44.56%

R = 16.58%
G = 38.86%
B = 44.56%

CMYK

 C value IS 0.63

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5DDAFA (or 0x5DDAFA) is known color: Turquoise Blue. HEX triplet: 5D, DA and FA. RGB value is (93,218,250). Sum of RGB (Red+Green+Blue) = 93+218+250=561 (74% of max value = 765). Red value is 93 (36.72% from 255 or 16.58% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #5DDAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DDAFA is #A22505. Grayscale: #B8B8B8. Windows color (decimal): -10626310 or 16439901. OLE color: 16439901.

HSL color Cylindrical-coordinate representation of color #5DDAFA: hue angle of 192.23º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DDAFA is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 93 218 250 -
CMYK 0.63 0.13 0 0.02
HSL 192.23º 0.94% 0.67% -
HSV(B) 192.23º 0.63% 0.98% -
XYZ 46.84 59.37 99.43 -
YUV 184.27 165.09 62.9 -
System Red Green Blue C M Y K H S L
Decimal 93 218 250 0.63 0.13 0 0.02 192.23 0.94 0.67
Hex 5D DA FA 3F D 0 2 C0 5E 43
Octal 135 332 372 77 15 0 2 300 136 103
Binary 1011101 11011010 11111010 111111 1101 0 10 11000000 1011110 1000011

Color Harmonies of #5DDAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDAFA

Black with #5DDAFA

Text Example


Text Example

White with #5DDAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,218,250); }

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

background-color css

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

 a { background-color: rgb(93,218,250); }

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

border-color css

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

 span { border-color: rgb(93,218,250); }

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