Html Css Color HEX #5CE3FD Turquoise Blue

📋 copy color: '#5CE3FD'

red 92 ◦ green 227 ◦ blue 253

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

Shades of Turquoise Blue #5CE3FD

Tints of Turquoise Blue #5CE3FD

RGB

 RED value IS 92 (36.33% from 255) = 16.08%

 GREEN value IS 227 (89.06% from 255) = 39.69%

 BLUE value IS 253 (99.22% from 255) = 44.23%

R = 16.08%
G = 39.69%
B = 44.23%

CMYK

 C value IS 0.64

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5CE3FD (or 0x5CE3FD) is known color: Turquoise Blue. HEX triplet: 5C, E3 and FD. RGB value is (92,227,253). Sum of RGB (Red+Green+Blue) = 92+227+253=572 (75% of max value = 765). Red value is 92 (36.33% from 255 or 16.08% from 572); Green value is 227 (89.06% from 255 or 39.69% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #5CE3FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CE3FD is #A31C02. Grayscale: #BDBDBD. Windows color (decimal): -10689539 or 16638812. OLE color: 16638812.

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

Color convert

RGB 92 227 253 -
CMYK 0.64 0.10 0 0.01
HSL 189.69º 0.98% 0.68% -
HSV(B) 189.69º 0.64% 0.99% -
XYZ 49.61 64.31 102.73 -
YUV 189.6 163.77 58.39 -
System Red Green Blue C M Y K H S L
Decimal 92 227 253 0.64 0.10 0 0.01 189.69 0.98 0.68
Hex 5C E3 FD 40 A 0 1 BE 62 44
Octal 134 343 375 100 12 0 1 276 142 104
Binary 1011100 11100011 11111101 1000000 1010 0 1 10111110 1100010 1000100

Color Harmonies of #5CE3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CE3FD

Black with #5CE3FD

Text Example


Text Example

White with #5CE3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,227,253); }

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

background-color css

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

 a { background-color: rgb(92,227,253); }

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

border-color css

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

 span { border-color: rgb(92,227,253); }

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