Html Css Color HEX #5DCEF3 Turquoise Blue

📋 copy color: '#5DCEF3'

red 93 ◦ green 206 ◦ blue 243

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

Shades of Turquoise Blue #5DCEF3

Tints of Turquoise Blue #5DCEF3

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.01%

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

R = 17.16%
G = 38.01%
B = 44.83%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5DCEF3 (or 0x5DCEF3) is known color: Turquoise Blue. HEX triplet: 5D, CE and F3. RGB value is (93,206,243). Sum of RGB (Red+Green+Blue) = 93+206+243=542 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.16% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 243 (95.31% from 255 or 44.83% from 542); Max value from RGB is 243 - color contains mainly: blue. Hex color #5DCEF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCEF3 is #A2310C. Grayscale: #B0B0B0. Windows color (decimal): -10629389 or 15978077. OLE color: 15978077.

HSL color Cylindrical-coordinate representation of color #5DCEF3: hue angle of 194.8º 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 #5DCEF3 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 93 206 243 -
CMYK 0.62 0.15 0 0.05
HSL 194.8º 0.86% 0.66% -
HSV(B) 194.8º 0.62% 0.95% -
XYZ 42.76 52.94 92.76 -
YUV 176.43 165.56 68.49 -
System Red Green Blue C M Y K H S L
Decimal 93 206 243 0.62 0.15 0 0.05 194.8 0.86 0.66
Hex 5D CE F3 3E F 0 5 C3 56 42
Octal 135 316 363 76 17 0 5 303 126 102
Binary 1011101 11001110 11110011 111110 1111 0 101 11000011 1010110 1000010

Color Harmonies of #5DCEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCEF3

Black with #5DCEF3

Text Example


Text Example

White with #5DCEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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