Html Css Color HEX #3CEBEC Turquoise

📋 copy color: '#3CEBEC'

red 60 ◦ green 235 ◦ blue 236

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

Shades of Turquoise #3CEBEC

Tints of Turquoise #3CEBEC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.26%

 BLUE value IS 236 (92.58% from 255) = 44.44%

R = 11.3%
G = 44.26%
B = 44.44%

CMYK

 C value IS 0.75

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3CEBEC (or 0x3CEBEC) is known color: Turquoise. HEX triplet: 3C, EB and EC. RGB value is (60,235,236). Sum of RGB (Red+Green+Blue) = 60+235+236=531 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.30% from 531); Green value is 235 (92.19% from 255 or 44.26% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #3CEBEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CEBEC is #C31413. Grayscale: #B6B6B6. Windows color (decimal): -12784660 or 15526716. OLE color: 15526716.

HSL color Cylindrical-coordinate representation of color #3CEBEC: hue angle of 180.34º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEBEC is Cyan = 0.75, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 60 235 236 -
CMYK 0.75 0.00 0 0.07
HSL 180.34º 0.82% 0.58% -
HSV(B) 180.34º 0.75% 0.93% -
XYZ 46.71 66.43 89.72 -
YUV 182.79 158.02 40.42 -
System Red Green Blue C M Y K H S L
Decimal 60 235 236 0.75 0.00 0 0.07 180.34 0.82 0.58
Hex 3C EB EC 4B 0 0 7 B4 52 3A
Octal 74 353 354 113 0 0 7 264 122 72
Binary 111100 11101011 11101100 1001011 0 0 111 10110100 1010010 111010

Color Harmonies of #3CEBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEBEC

Black with #3CEBEC

Text Example


Text Example

White with #3CEBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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