Html Css Color HEX #3CFFED Turquoise

📋 copy color: '#3CFFED'

red 60 ◦ green 255 ◦ blue 237

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

Shades of Turquoise #3CFFED

Tints of Turquoise #3CFFED

RGB

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

 GREEN value IS 255 (100% from 255) = 46.2%

 BLUE value IS 237 (92.97% from 255) = 42.93%

R = 10.87%
G = 46.2%
B = 42.93%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#3CFFED (or 0x3CFFED) is known color: Turquoise. HEX triplet: 3C, FF and ED. RGB value is (60,255,237). Sum of RGB (Red+Green+Blue) = 60+255+237=552 (73% of max value = 765). Red value is 60 (23.83% from 255 or 10.87% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFFED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFFED is #C30012. Grayscale: #C2C2C2. Windows color (decimal): -12779539 or 15597372. OLE color: 15597372.

HSL color Cylindrical-coordinate representation of color #3CFFED: hue angle of 174.46º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFFED is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 60 255 237 -
CMYK 0.76 0 0.07 0
HSL 174.46º 1% 0.62% -
HSV(B) 174.46º 0.76% 1% -
XYZ 52.91 78.6 92.5 -
YUV 194.64 151.9 31.96 -
System Red Green Blue C M Y K H S L
Decimal 60 255 237 0.76 0 0.07 0 174.46 1 0.62
Hex 3C FF ED 4C 0 7 0 AE 64 3E
Octal 74 377 355 114 0 7 0 256 144 76
Binary 111100 11111111 11101101 1001100 0 111 0 10101110 1100100 111110

Color Harmonies of #3CFFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFFED

Black with #3CFFED

Text Example


Text Example

White with #3CFFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,255,237); }

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

background-color css

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

 a { background-color: rgb(60,255,237); }

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

border-color css

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

 span { border-color: rgb(60,255,237); }

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