Html Css Color HEX #3FEBD4 Turquoise

📋 copy color: '#3FEBD4'

red 63 ◦ green 235 ◦ blue 212

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

Shades of Turquoise #3FEBD4

Tints of Turquoise #3FEBD4

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.08%

 BLUE value IS 212 (83.2% from 255) = 41.57%

R = 12.35%
G = 46.08%
B = 41.57%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#3FEBD4 (or 0x3FEBD4) is known color: Turquoise. HEX triplet: 3F, EB and D4. RGB value is (63,235,212). Sum of RGB (Red+Green+Blue) = 63+235+212=510 (67% of max value = 765). Red value is 63 (25% from 255 or 12.35% from 510); Green value is 235 (92.19% from 255 or 46.08% from 510); Blue value is 212 (83.20% from 255 or 41.57% from 510); Max value from RGB is 235 - color contains mainly: green. Hex color #3FEBD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEBD4 is #C0142B. Grayscale: #B4B4B4. Windows color (decimal): -12588076 or 13953855. OLE color: 13953855.

HSL color Cylindrical-coordinate representation of color #3FEBD4: hue angle of 171.98º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEBD4 is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 63 235 212 -
CMYK 0.73 0 0.10 0.08
HSL 171.98º 0.81% 0.58% -
HSV(B) 171.98º 0.73% 0.92% -
XYZ 43.64 65.23 72.58 -
YUV 180.95 145.52 43.87 -
System Red Green Blue C M Y K H S L
Decimal 63 235 212 0.73 0 0.10 0.08 171.98 0.81 0.58
Hex 3F EB D4 49 0 A 8 AC 51 3A
Octal 77 353 324 111 0 12 10 254 121 72
Binary 111111 11101011 11010100 1001001 0 1010 1000 10101100 1010001 111010

Color Harmonies of #3FEBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEBD4

Black with #3FEBD4

Text Example


Text Example

White with #3FEBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,235,212); }

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

background-color css

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

 a { background-color: rgb(63,235,212); }

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

border-color css

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

 span { border-color: rgb(63,235,212); }

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