Html Css Color HEX #3FE7DB Turquoise

📋 copy color: '#3FE7DB'

red 63 ◦ green 231 ◦ blue 219

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

Shades of Turquoise #3FE7DB

Tints of Turquoise #3FE7DB

RGB

 RED value IS 63 (25% from 255) = 12.28%

 GREEN value IS 231 (90.63% from 255) = 45.03%

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

R = 12.28%
G = 45.03%
B = 42.69%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#3FE7DB (or 0x3FE7DB) is known color: Turquoise. HEX triplet: 3F, E7 and DB. RGB value is (63,231,219). Sum of RGB (Red+Green+Blue) = 63+231+219=513 (67% of max value = 765). Red value is 63 (25% from 255 or 12.28% from 513); Green value is 231 (90.62% from 255 or 45.03% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 231 - color contains mainly: green. Hex color #3FE7DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FE7DB is #C01824. Grayscale: #B3B3B3. Windows color (decimal): -12589093 or 14411583. OLE color: 14411583.

HSL color Cylindrical-coordinate representation of color #3FE7DB: hue angle of 175.71º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FE7DB is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 63 231 219 -
CMYK 0.73 0 0.05 0.09
HSL 175.71º 0.78% 0.58% -
HSV(B) 175.71º 0.73% 0.91% -
XYZ 43.41 63.32 76.95 -
YUV 179.4 150.34 44.98 -
System Red Green Blue C M Y K H S L
Decimal 63 231 219 0.73 0 0.05 0.09 175.71 0.78 0.58
Hex 3F E7 DB 49 0 5 9 B0 4E 3A
Octal 77 347 333 111 0 5 11 260 116 72
Binary 111111 11100111 11011011 1001001 0 101 1001 10110000 1001110 111010

Color Harmonies of #3FE7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE7DB

Black with #3FE7DB

Text Example


Text Example

White with #3FE7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,231,219); }

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

background-color css

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

 a { background-color: rgb(63,231,219); }

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

border-color css

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

 span { border-color: rgb(63,231,219); }

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