Html Css Color HEX #3FEBCF Turquoise

📋 copy color: '#3FEBCF'

red 63 ◦ green 235 ◦ blue 207

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

Shades of Turquoise #3FEBCF

Tints of Turquoise #3FEBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.99%

R = 12.48%
G = 46.53%
B = 40.99%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#3FEBCF (or 0x3FEBCF) is known color: Turquoise. HEX triplet: 3F, EB and CF. RGB value is (63,235,207). Sum of RGB (Red+Green+Blue) = 63+235+207=505 (66% of max value = 765). Red value is 63 (25% from 255 or 12.48% from 505); Green value is 235 (92.19% from 255 or 46.53% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 235 - color contains mainly: green. Hex color #3FEBCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEBCF is #C01430. Grayscale: #B4B4B4. Windows color (decimal): -12588081 or 13626175. OLE color: 13626175.

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

Color convert

RGB 63 235 207 -
CMYK 0.73 0 0.12 0.08
HSL 170.23º 0.81% 0.58% -
HSV(B) 170.23º 0.73% 0.92% -
XYZ 43.02 64.98 69.31 -
YUV 180.38 143.02 44.28 -
System Red Green Blue C M Y K H S L
Decimal 63 235 207 0.73 0 0.12 0.08 170.23 0.81 0.58
Hex 3F EB CF 49 0 C 8 AA 51 3A
Octal 77 353 317 111 0 14 10 252 121 72
Binary 111111 11101011 11001111 1001001 0 1100 1000 10101010 1010001 111010

Color Harmonies of #3FEBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEBCF

Black with #3FEBCF

Text Example


Text Example

White with #3FEBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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