Html Css Color HEX #3CF9C6 Turquoise

📋 copy color: '#3CF9C6'

red 60 ◦ green 249 ◦ blue 198

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

Shades of Turquoise #3CF9C6

Tints of Turquoise #3CF9C6

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.11%

 BLUE value IS 198 (77.73% from 255) = 39.05%

R = 11.83%
G = 49.11%
B = 39.05%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#3CF9C6 (or 0x3CF9C6) is known color: Turquoise. HEX triplet: 3C, F9 and C6. RGB value is (60,249,198). Sum of RGB (Red+Green+Blue) = 60+249+198=507 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.83% from 507); Green value is 249 (97.66% from 255 or 49.11% from 507); Blue value is 198 (77.73% from 255 or 39.05% from 507); Max value from RGB is 249 - color contains mainly: green. Hex color #3CF9C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF9C6 is #C30639. Grayscale: #BABABA. Windows color (decimal): -12781114 or 13039932. OLE color: 13039932.

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

Color convert

RGB 60 249 198 -
CMYK 0.76 0 0.20 0.02
HSL 163.81º 0.94% 0.61% -
HSV(B) 163.81º 0.76% 0.98% -
XYZ 45.93 72.79 65.05 -
YUV 186.68 134.38 37.65 -
System Red Green Blue C M Y K H S L
Decimal 60 249 198 0.76 0 0.20 0.02 163.81 0.94 0.61
Hex 3C F9 C6 4C 0 14 2 A4 5E 3D
Octal 74 371 306 114 0 24 2 244 136 75
Binary 111100 11111001 11000110 1001100 0 10100 10 10100100 1011110 111101

Color Harmonies of #3CF9C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF9C6

Black with #3CF9C6

Text Example


Text Example

White with #3CF9C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,249,198); }

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

background-color css

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

 a { background-color: rgb(60,249,198); }

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

border-color css

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

 span { border-color: rgb(60,249,198); }

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