Html Css Color HEX #3CFADB Turquoise

📋 copy color: '#3CFADB'

red 60 ◦ green 250 ◦ blue 219

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

Shades of Turquoise #3CFADB

Tints of Turquoise #3CFADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.4%

R = 11.34%
G = 47.26%
B = 41.4%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#3CFADB (or 0x3CFADB) is known color: Turquoise. HEX triplet: 3C, FA and DB. RGB value is (60,250,219). Sum of RGB (Red+Green+Blue) = 60+250+219=529 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.34% from 529); Green value is 250 (98.05% from 255 or 47.26% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFADB is #C30524. Grayscale: #BDBDBD. Windows color (decimal): -12780837 or 14416444. OLE color: 14416444.

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

Color convert

RGB 60 250 219 -
CMYK 0.76 0 0.12 0.02
HSL 170.21º 0.95% 0.61% -
HSV(B) 170.21º 0.76% 0.98% -
XYZ 48.84 74.45 78.81 -
YUV 189.66 144.55 35.52 -
System Red Green Blue C M Y K H S L
Decimal 60 250 219 0.76 0 0.12 0.02 170.21 0.95 0.61
Hex 3C FA DB 4C 0 C 2 AA 5F 3D
Octal 74 372 333 114 0 14 2 252 137 75
Binary 111100 11111010 11011011 1001100 0 1100 10 10101010 1011111 111101

Color Harmonies of #3CFADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFADB

Black with #3CFADB

Text Example


Text Example

White with #3CFADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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