Html Css Color HEX #3FFFEF Turquoise

📋 copy color: '#3FFFEF'

red 63 ◦ green 255 ◦ blue 239

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

Shades of Turquoise #3FFFEF

Tints of Turquoise #3FFFEF

RGB

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

 GREEN value IS 255 (100% from 255) = 45.78%

 BLUE value IS 239 (93.75% from 255) = 42.91%

R = 11.31%
G = 45.78%
B = 42.91%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#3FFFEF (or 0x3FFFEF) is known color: Turquoise. HEX triplet: 3F, FF and EF. RGB value is (63,255,239). Sum of RGB (Red+Green+Blue) = 63+255+239=557 (73% of max value = 765). Red value is 63 (25% from 255 or 11.31% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFFEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFFEF is #C00010. Grayscale: #C3C3C3. Windows color (decimal): -12582929 or 15728447. OLE color: 15728447.

HSL color Cylindrical-coordinate representation of color #3FFFEF: hue angle of 175º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFFEF is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB 63 255 239 -
CMYK 0.75 0 0.06 0
HSL 175º 1% 0.62% -
HSV(B) 175º 0.75% 1% -
XYZ 53.39 78.81 94.06 -
YUV 195.77 152.39 33.3 -
System Red Green Blue C M Y K H S L
Decimal 63 255 239 0.75 0 0.06 0 175 1 0.62
Hex 3F FF EF 4B 0 6 0 AF 64 3E
Octal 77 377 357 113 0 6 0 257 144 76
Binary 111111 11111111 11101111 1001011 0 110 0 10101111 1100100 111110

Color Harmonies of #3FFFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFFEF

Black with #3FFFEF

Text Example


Text Example

White with #3FFFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,255,239); }

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

background-color css

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

 a { background-color: rgb(63,255,239); }

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

border-color css

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

 span { border-color: rgb(63,255,239); }

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