Html Css Color HEX #5DDCFE Turquoise Blue

📋 copy color: '#5DDCFE'

red 93 ◦ green 220 ◦ blue 254

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

Shades of Turquoise Blue #5DDCFE

Tints of Turquoise Blue #5DDCFE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.8%

 BLUE value IS 254 (99.61% from 255) = 44.8%

R = 16.4%
G = 38.8%
B = 44.8%

CMYK

 C value IS 0.63

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5DDCFE (or 0x5DDCFE) is known color: Turquoise Blue. HEX triplet: 5D, DC and FE. RGB value is (93,220,254). Sum of RGB (Red+Green+Blue) = 93+220+254=567 (75% of max value = 765). Red value is 93 (36.72% from 255 or 16.40% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #5DDCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DDCFE is #A22301. Grayscale: #B9B9B9. Windows color (decimal): -10625794 or 16702557. OLE color: 16702557.

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

Color convert

RGB 93 220 254 -
CMYK 0.63 0.13 0 0.00
HSL 192.67º 0.99% 0.68% -
HSV(B) 192.67º 0.63% 1% -
XYZ 48 60.67 102.95 -
YUV 185.9 166.42 61.74 -
System Red Green Blue C M Y K H S L
Decimal 93 220 254 0.63 0.13 0 0.00 192.67 0.99 0.68
Hex 5D DC FE 3F D 0 0 C1 63 44
Octal 135 334 376 77 15 0 0 301 143 104
Binary 1011101 11011100 11111110 111111 1101 0 0 11000001 1100011 1000100

Color Harmonies of #5DDCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDCFE

Black with #5DDCFE

Text Example


Text Example

White with #5DDCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,220,254); }

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

background-color css

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

 a { background-color: rgb(93,220,254); }

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

border-color css

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

 span { border-color: rgb(93,220,254); }

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