Html Css Color HEX #5CE6FA Turquoise Blue

📋 copy color: '#5CE6FA'

red 92 ◦ green 230 ◦ blue 250

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

Shades of Turquoise Blue #5CE6FA

Tints of Turquoise Blue #5CE6FA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.21%

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

R = 16.08%
G = 40.21%
B = 43.71%

CMYK

 C value IS 0.63

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5CE6FA (or 0x5CE6FA) is known color: Turquoise Blue. HEX triplet: 5C, E6 and FA. RGB value is (92,230,250). Sum of RGB (Red+Green+Blue) = 92+230+250=572 (75% of max value = 765). Red value is 92 (36.33% from 255 or 16.08% from 572); Green value is 230 (90.23% from 255 or 40.21% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #5CE6FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CE6FA is #A31905. Grayscale: #BEBEBE. Windows color (decimal): -10688774 or 16442972. OLE color: 16442972.

HSL color Cylindrical-coordinate representation of color #5CE6FA: hue angle of 187.59º 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 #5CE6FA is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 92 230 250 -
CMYK 0.63 0.08 0 0.02
HSL 187.59º 0.94% 0.67% -
HSV(B) 187.59º 0.63% 0.98% -
XYZ 49.97 65.77 100.5 -
YUV 191.02 161.28 57.37 -
System Red Green Blue C M Y K H S L
Decimal 92 230 250 0.63 0.08 0 0.02 187.59 0.94 0.67
Hex 5C E6 FA 3F 8 0 2 BC 5E 43
Octal 134 346 372 77 10 0 2 274 136 103
Binary 1011100 11100110 11111010 111111 1000 0 10 10111100 1011110 1000011

Color Harmonies of #5CE6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CE6FA

Black with #5CE6FA

Text Example


Text Example

White with #5CE6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,230,250); }

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

background-color css

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

 a { background-color: rgb(92,230,250); }

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

border-color css

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

 span { border-color: rgb(92,230,250); }

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