Html Css Color HEX #3CF3EC Turquoise

📋 copy color: '#3CF3EC'

red 60 ◦ green 243 ◦ blue 236

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

Shades of Turquoise #3CF3EC

Tints of Turquoise #3CF3EC

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.08%

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

R = 11.13%
G = 45.08%
B = 43.78%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#3CF3EC (or 0x3CF3EC) is known color: Turquoise. HEX triplet: 3C, F3 and EC. RGB value is (60,243,236). Sum of RGB (Red+Green+Blue) = 60+243+236=539 (71% of max value = 765). Red value is 60 (23.83% from 255 or 11.13% from 539); Green value is 243 (95.31% from 255 or 45.08% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 243 - color contains mainly: green. Hex color #3CF3EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CF3EC is #C30C13. Grayscale: #BBBBBB. Windows color (decimal): -12782612 or 15528764. OLE color: 15528764.

HSL color Cylindrical-coordinate representation of color #3CF3EC: hue angle of 177.7º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF3EC is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 60 243 236 -
CMYK 0.75 0 0.03 0.05
HSL 177.7º 0.88% 0.59% -
HSV(B) 177.7º 0.75% 0.95% -
XYZ 49.05 71.12 90.5 -
YUV 187.49 155.37 37.07 -
System Red Green Blue C M Y K H S L
Decimal 60 243 236 0.75 0 0.03 0.05 177.7 0.88 0.59
Hex 3C F3 EC 4B 0 3 5 B2 58 3B
Octal 74 363 354 113 0 3 5 262 130 73
Binary 111100 11110011 11101100 1001011 0 11 101 10110010 1011000 111011

Color Harmonies of #3CF3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF3EC

Black with #3CF3EC

Text Example


Text Example

White with #3CF3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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