Html Css Color HEX #3CFDF9 Turquoise

📋 copy color: '#3CFDF9'

red 60 ◦ green 253 ◦ blue 249

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

Shades of Turquoise #3CFDF9

Tints of Turquoise #3CFDF9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.02%

 BLUE value IS 249 (97.66% from 255) = 44.31%

R = 10.68%
G = 45.02%
B = 44.31%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#3CFDF9 (or 0x3CFDF9) is known color: Turquoise. HEX triplet: 3C, FD and F9. RGB value is (60,253,249). Sum of RGB (Red+Green+Blue) = 60+253+249=562 (74% of max value = 765). Red value is 60 (23.83% from 255 or 10.68% from 562); Green value is 253 (99.22% from 255 or 45.02% from 562); Blue value is 249 (97.66% from 255 or 44.31% from 562); Max value from RGB is 253 - color contains mainly: green. Hex color #3CFDF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFDF9 is #C30206. Grayscale: #C2C2C2. Windows color (decimal): -12780039 or 16383292. OLE color: 16383292.

HSL color Cylindrical-coordinate representation of color #3CFDF9: hue angle of 178.76º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFDF9 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB 60 253 249 -
CMYK 0.76 0 0.02 0.01
HSL 178.76º 0.98% 0.61% -
HSV(B) 178.76º 0.76% 0.99% -
XYZ 54.09 78.05 101.84 -
YUV 194.84 158.56 31.83 -
System Red Green Blue C M Y K H S L
Decimal 60 253 249 0.76 0 0.02 0.01 178.76 0.98 0.61
Hex 3C FD F9 4C 0 2 1 B3 62 3D
Octal 74 375 371 114 0 2 1 263 142 75
Binary 111100 11111101 11111001 1001100 0 10 1 10110011 1100010 111101

Color Harmonies of #3CFDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFDF9

Black with #3CFDF9

Text Example


Text Example

White with #3CFDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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