Html Css Color HEX #3FEBDA Turquoise

📋 copy color: '#3FEBDA'

red 63 ◦ green 235 ◦ blue 218

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

Shades of Turquoise #3FEBDA

Tints of Turquoise #3FEBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.25%

R = 12.21%
G = 45.54%
B = 42.25%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#3FEBDA (or 0x3FEBDA) is known color: Turquoise. HEX triplet: 3F, EB and DA. RGB value is (63,235,218). Sum of RGB (Red+Green+Blue) = 63+235+218=516 (68% of max value = 765). Red value is 63 (25% from 255 or 12.21% from 516); Green value is 235 (92.19% from 255 or 45.54% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 235 - color contains mainly: green. Hex color #3FEBDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEBDA is #C01425. Grayscale: #B5B5B5. Windows color (decimal): -12588070 or 14347071. OLE color: 14347071.

HSL color Cylindrical-coordinate representation of color #3FEBDA: hue angle of 174.07º 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 #3FEBDA is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 63 235 218 -
CMYK 0.73 0 0.07 0.08
HSL 174.07º 0.81% 0.58% -
HSV(B) 174.07º 0.73% 0.92% -
XYZ 44.41 65.54 76.64 -
YUV 181.63 148.52 43.38 -
System Red Green Blue C M Y K H S L
Decimal 63 235 218 0.73 0 0.07 0.08 174.07 0.81 0.58
Hex 3F EB DA 49 0 7 8 AE 51 3A
Octal 77 353 332 111 0 7 10 256 121 72
Binary 111111 11101011 11011010 1001001 0 111 1000 10101110 1010001 111010

Color Harmonies of #3FEBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEBDA

Black with #3FEBDA

Text Example


Text Example

White with #3FEBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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