Html Css Color HEX #5DCDF3 Turquoise Blue

📋 copy color: '#5DCDF3'

red 93 ◦ green 205 ◦ blue 243

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

Shades of Turquoise Blue #5DCDF3

Tints of Turquoise Blue #5DCDF3

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.89%

 BLUE value IS 243 (95.31% from 255) = 44.92%

R = 17.19%
G = 37.89%
B = 44.92%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5DCDF3 (or 0x5DCDF3) is known color: Turquoise Blue. HEX triplet: 5D, CD and F3. RGB value is (93,205,243). Sum of RGB (Red+Green+Blue) = 93+205+243=541 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.19% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 243 (95.31% from 255 or 44.92% from 541); Max value from RGB is 243 - color contains mainly: blue. Hex color #5DCDF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCDF3 is #A2320C. Grayscale: #AFAFAF. Windows color (decimal): -10629645 or 15977821. OLE color: 15977821.

HSL color Cylindrical-coordinate representation of color #5DCDF3: hue angle of 195.2º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DCDF3 is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 93 205 243 -
CMYK 0.62 0.16 0 0.05
HSL 195.2º 0.86% 0.66% -
HSV(B) 195.2º 0.62% 0.95% -
XYZ 42.52 52.46 92.68 -
YUV 175.84 165.89 68.91 -
System Red Green Blue C M Y K H S L
Decimal 93 205 243 0.62 0.16 0 0.05 195.2 0.86 0.66
Hex 5D CD F3 3E 10 0 5 C3 56 42
Octal 135 315 363 76 20 0 5 303 126 102
Binary 1011101 11001101 11110011 111110 10000 0 101 11000011 1010110 1000010

Color Harmonies of #5DCDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCDF3

Black with #5DCDF3

Text Example


Text Example

White with #5DCDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,205,243); }

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

background-color css

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

 a { background-color: rgb(93,205,243); }

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

border-color css

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

 span { border-color: rgb(93,205,243); }

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