Html Css Color HEX #3CECFB Turquoise

📋 copy color: '#3CECFB'

red 60 ◦ green 236 ◦ blue 251

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

Shades of Turquoise #3CECFB

Tints of Turquoise #3CECFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.89%

R = 10.97%
G = 43.14%
B = 45.89%

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

#3CECFB (or 0x3CECFB) is known color: Turquoise. HEX triplet: 3C, EC and FB. RGB value is (60,236,251). Sum of RGB (Red+Green+Blue) = 60+236+251=547 (72% of max value = 765). Red value is 60 (23.83% from 255 or 10.97% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #3CECFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CECFB is #C31304. Grayscale: #B8B8B8. Windows color (decimal): -12784389 or 16510012. OLE color: 16510012.

HSL color Cylindrical-coordinate representation of color #3CECFB: hue angle of 184.71º degrees, saturation: 0.96, 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 #3CECFB is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 60 236 251 -
CMYK 0.76 0.06 0 0.02
HSL 184.71º 0.96% 0.61% -
HSV(B) 184.71º 0.76% 0.98% -
XYZ 49.27 67.92 101.78 -
YUV 185.09 165.19 38.78 -
System Red Green Blue C M Y K H S L
Decimal 60 236 251 0.76 0.06 0 0.02 184.71 0.96 0.61
Hex 3C EC FB 4C 6 0 2 B9 60 3D
Octal 74 354 373 114 6 0 2 271 140 75
Binary 111100 11101100 11111011 1001100 110 0 10 10111001 1100000 111101

Color Harmonies of #3CECFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CECFB

Black with #3CECFB

Text Example


Text Example

White with #3CECFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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