Html Css Color HEX #3CFAED Turquoise

📋 copy color: '#3CFAED'

red 60 ◦ green 250 ◦ blue 237

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

Shades of Turquoise #3CFAED

Tints of Turquoise #3CFAED

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.7%

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

R = 10.97%
G = 45.7%
B = 43.33%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#3CFAED (or 0x3CFAED) is known color: Turquoise. HEX triplet: 3C, FA and ED. RGB value is (60,250,237). Sum of RGB (Red+Green+Blue) = 60+250+237=547 (72% of max value = 765). Red value is 60 (23.83% from 255 or 10.97% from 547); Green value is 250 (98.05% from 255 or 45.70% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFAED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFAED is #C30512. Grayscale: #BFBFBF. Windows color (decimal): -12780819 or 15596092. OLE color: 15596092.

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

Color convert

RGB 60 250 237 -
CMYK 0.76 0 0.05 0.02
HSL 175.89º 0.95% 0.61% -
HSV(B) 175.89º 0.76% 0.98% -
XYZ 51.34 75.45 91.98 -
YUV 191.71 153.55 34.06 -
System Red Green Blue C M Y K H S L
Decimal 60 250 237 0.76 0 0.05 0.02 175.89 0.95 0.61
Hex 3C FA ED 4C 0 5 2 B0 5F 3D
Octal 74 372 355 114 0 5 2 260 137 75
Binary 111100 11111010 11101101 1001100 0 101 10 10110000 1011111 111101

Color Harmonies of #3CFAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFAED

Black with #3CFAED

Text Example


Text Example

White with #3CFAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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