Html Css Color HEX #3CF4DB Turquoise

📋 copy color: '#3CF4DB'

red 60 ◦ green 244 ◦ blue 219

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

Shades of Turquoise #3CF4DB

Tints of Turquoise #3CF4DB

RGB

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

 GREEN value IS 244 (95.7% from 255) = 46.65%

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

R = 11.47%
G = 46.65%
B = 41.87%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#3CF4DB (or 0x3CF4DB) is known color: Turquoise. HEX triplet: 3C, F4 and DB. RGB value is (60,244,219). Sum of RGB (Red+Green+Blue) = 60+244+219=523 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.47% from 523); Green value is 244 (95.70% from 255 or 46.65% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 244 - color contains mainly: green. Hex color #3CF4DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF4DB is #C30B24. Grayscale: #BABABA. Windows color (decimal): -12782373 or 14414908. OLE color: 14414908.

HSL color Cylindrical-coordinate representation of color #3CF4DB: hue angle of 171.85º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF4DB is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 60 244 219 -
CMYK 0.75 0 0.10 0.04
HSL 171.85º 0.89% 0.6% -
HSV(B) 171.85º 0.75% 0.96% -
XYZ 47 70.78 78.2 -
YUV 186.13 146.54 38.03 -
System Red Green Blue C M Y K H S L
Decimal 60 244 219 0.75 0 0.10 0.04 171.85 0.89 0.6
Hex 3C F4 DB 4B 0 A 4 AC 59 3C
Octal 74 364 333 113 0 12 4 254 131 74
Binary 111100 11110100 11011011 1001011 0 1010 100 10101100 1011001 111100

Color Harmonies of #3CF4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF4DB

Black with #3CF4DB

Text Example


Text Example

White with #3CF4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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