Html Css Color HEX #3CFAE6 Turquoise

📋 copy color: '#3CFAE6'

red 60 ◦ green 250 ◦ blue 230

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

Shades of Turquoise #3CFAE6

Tints of Turquoise #3CFAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.59%

R = 11.11%
G = 46.3%
B = 42.59%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#3CFAE6 (or 0x3CFAE6) is known color: Turquoise. HEX triplet: 3C, FA and E6. RGB value is (60,250,230). Sum of RGB (Red+Green+Blue) = 60+250+230=540 (71% of max value = 765). Red value is 60 (23.83% from 255 or 11.11% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 230 (90.23% from 255 or 42.59% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFAE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFAE6 is #C30519. Grayscale: #BEBEBE. Windows color (decimal): -12780826 or 15137340. OLE color: 15137340.

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

Color convert

RGB 60 250 230 -
CMYK 0.76 0 0.08 0.02
HSL 173.68º 0.95% 0.61% -
HSV(B) 173.68º 0.76% 0.98% -
XYZ 50.33 75.05 86.7 -
YUV 190.91 150.05 34.63 -
System Red Green Blue C M Y K H S L
Decimal 60 250 230 0.76 0 0.08 0.02 173.68 0.95 0.61
Hex 3C FA E6 4C 0 8 2 AE 5F 3D
Octal 74 372 346 114 0 10 2 256 137 75
Binary 111100 11111010 11100110 1001100 0 1000 10 10101110 1011111 111101

Color Harmonies of #3CFAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFAE6

Black with #3CFAE6

Text Example


Text Example

White with #3CFAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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