Html Css Color HEX #3CFBC6 Turquoise

📋 copy color: '#3CFBC6'

red 60 ◦ green 251 ◦ blue 198

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

Shades of Turquoise #3CFBC6

Tints of Turquoise #3CFBC6

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.31%

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

R = 11.79%
G = 49.31%
B = 38.9%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#3CFBC6 (or 0x3CFBC6) is known color: Turquoise. HEX triplet: 3C, FB and C6. RGB value is (60,251,198). Sum of RGB (Red+Green+Blue) = 60+251+198=509 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.79% from 509); Green value is 251 (98.44% from 255 or 49.31% from 509); Blue value is 198 (77.73% from 255 or 38.90% from 509); Max value from RGB is 251 - color contains mainly: green. Hex color #3CFBC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFBC6 is #C30439. Grayscale: #BBBBBB. Windows color (decimal): -12780602 or 13040444. OLE color: 13040444.

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

Color convert

RGB 60 251 198 -
CMYK 0.76 0 0.21 0.02
HSL 163.35º 0.96% 0.61% -
HSV(B) 163.35º 0.76% 0.98% -
XYZ 46.55 74.03 65.26 -
YUV 187.85 133.72 36.81 -
System Red Green Blue C M Y K H S L
Decimal 60 251 198 0.76 0 0.21 0.02 163.35 0.96 0.61
Hex 3C FB C6 4C 0 15 2 A3 60 3D
Octal 74 373 306 114 0 25 2 243 140 75
Binary 111100 11111011 11000110 1001100 0 10101 10 10100011 1100000 111101

Color Harmonies of #3CFBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFBC6

Black with #3CFBC6

Text Example


Text Example

White with #3CFBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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