Html Css Color HEX #3CECFA Turquoise

📋 copy color: '#3CECFA'

red 60 ◦ green 236 ◦ blue 250

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

Shades of Turquoise #3CECFA

Tints of Turquoise #3CECFA

RGB

 RED value IS 60 (23.83% from 255) = 10.99%

 GREEN value IS 236 (92.58% from 255) = 43.22%

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

R = 10.99%
G = 43.22%
B = 45.79%

CMYK

 C value IS 0.76

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3CECFA (or 0x3CECFA) is known color: Turquoise. HEX triplet: 3C, EC and FA. RGB value is (60,236,250). Sum of RGB (Red+Green+Blue) = 60+236+250=546 (72% of max value = 765). Red value is 60 (23.83% from 255 or 10.99% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #3CECFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CECFA is #C31305. Grayscale: #B8B8B8. Windows color (decimal): -12784390 or 16444476. OLE color: 16444476.

HSL color Cylindrical-coordinate representation of color #3CECFA: hue angle of 184.42º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CECFA is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 60 236 250 -
CMYK 0.76 0.06 0 0.02
HSL 184.42º 0.95% 0.61% -
HSV(B) 184.42º 0.76% 0.98% -
XYZ 49.11 67.85 100.95 -
YUV 184.97 164.69 38.86 -
System Red Green Blue C M Y K H S L
Decimal 60 236 250 0.76 0.06 0 0.02 184.42 0.95 0.61
Hex 3C EC FA 4C 6 0 2 B8 5F 3D
Octal 74 354 372 114 6 0 2 270 137 75
Binary 111100 11101100 11111010 1001100 110 0 10 10111000 1011111 111101

Color Harmonies of #3CECFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CECFA

Black with #3CECFA

Text Example


Text Example

White with #3CECFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CECFA; }

 p { color: rgb(60,236,250); }

 H1.HeaderClassName
 {
   color: #3CECFA;
 }
 .AnyTagClassName
 {
   color: #3CECFA;
 }
</style>

background-color css

<style>
 a { background-color: #3CECFA; }

 a { background-color: rgb(60,236,250); }

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

border-color css

<style>
 span { border-color: #3CECFA; }

 span { border-color: rgb(60,236,250); }

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