Html Css Color HEX #3CFEED Turquoise

📋 copy color: '#3CFEED'

red 60 ◦ green 254 ◦ blue 237

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

Shades of Turquoise #3CFEED

Tints of Turquoise #3CFEED

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.1%

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

R = 10.89%
G = 46.1%
B = 43.01%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#3CFEED (or 0x3CFEED) is known color: Turquoise. HEX triplet: 3C, FE and ED. RGB value is (60,254,237). Sum of RGB (Red+Green+Blue) = 60+254+237=551 (72% of max value = 765). Red value is 60 (23.83% from 255 or 10.89% from 551); Green value is 254 (99.61% from 255 or 46.10% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 254 - color contains mainly: green. Hex color #3CFEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFEED is #C30112. Grayscale: #C1C1C1. Windows color (decimal): -12779795 or 15597116. OLE color: 15597116.

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

Color convert

RGB 60 254 237 -
CMYK 0.76 0 0.07 0.00
HSL 174.74º 0.99% 0.62% -
HSV(B) 174.74º 0.76% 1% -
XYZ 52.59 77.96 92.4 -
YUV 194.06 152.23 32.38 -
System Red Green Blue C M Y K H S L
Decimal 60 254 237 0.76 0 0.07 0.00 174.74 0.99 0.62
Hex 3C FE ED 4C 0 7 0 AF 63 3E
Octal 74 376 355 114 0 7 0 257 143 76
Binary 111100 11111110 11101101 1001100 0 111 0 10101111 1100011 111110

Color Harmonies of #3CFEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFEED

Black with #3CFEED

Text Example


Text Example

White with #3CFEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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