Html Css Color HEX #3CFAF9 Turquoise

📋 copy color: '#3CFAF9'

red 60 ◦ green 250 ◦ blue 249

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

Shades of Turquoise #3CFAF9

Tints of Turquoise #3CFAF9

RGB

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

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

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

R = 10.73%
G = 44.72%
B = 44.54%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#3CFAF9 (or 0x3CFAF9) is known color: Turquoise. HEX triplet: 3C, FA and F9. RGB value is (60,250,249). Sum of RGB (Red+Green+Blue) = 60+250+249=559 (74% of max value = 765). Red value is 60 (23.83% from 255 or 10.73% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 249 (97.66% from 255 or 44.54% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFAF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFAF9 is #C30506. Grayscale: #C0C0C0. Windows color (decimal): -12780807 or 16382524. OLE color: 16382524.

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

Color convert

RGB 60 250 249 -
CMYK 0.76 0 0.00 0.02
HSL 179.68º 0.95% 0.61% -
HSV(B) 179.68º 0.76% 0.98% -
XYZ 53.15 76.17 101.52 -
YUV 193.08 159.55 33.08 -
System Red Green Blue C M Y K H S L
Decimal 60 250 249 0.76 0 0.00 0.02 179.68 0.95 0.61
Hex 3C FA F9 4C 0 0 2 B4 5F 3D
Octal 74 372 371 114 0 0 2 264 137 75
Binary 111100 11111010 11111001 1001100 0 0 10 10110100 1011111 111101

Color Harmonies of #3CFAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFAF9

Black with #3CFAF9

Text Example


Text Example

White with #3CFAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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