Html Css Color HEX #3FF2EF Turquoise

📋 copy color: '#3FF2EF'

red 63 ◦ green 242 ◦ blue 239

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

Shades of Turquoise #3FF2EF

Tints of Turquoise #3FF2EF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.49%

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

R = 11.58%
G = 44.49%
B = 43.93%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#3FF2EF (or 0x3FF2EF) is known color: Turquoise. HEX triplet: 3F, F2 and EF. RGB value is (63,242,239). Sum of RGB (Red+Green+Blue) = 63+242+239=544 (72% of max value = 765). Red value is 63 (25% from 255 or 11.58% from 544); Green value is 242 (94.92% from 255 or 44.49% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF2EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FF2EF is #C00D10. Grayscale: #BBBBBB. Windows color (decimal): -12586257 or 15725119. OLE color: 15725119.

HSL color Cylindrical-coordinate representation of color #3FF2EF: hue angle of 178.99º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF2EF is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 63 242 239 -
CMYK 0.74 0 0.01 0.05
HSL 178.99º 0.87% 0.6% -
HSV(B) 178.99º 0.74% 0.95% -
XYZ 49.38 70.79 92.72 -
YUV 188.14 156.7 38.74 -
System Red Green Blue C M Y K H S L
Decimal 63 242 239 0.74 0 0.01 0.05 178.99 0.87 0.6
Hex 3F F2 EF 4A 0 1 5 B3 57 3C
Octal 77 362 357 112 0 1 5 263 127 74
Binary 111111 11110010 11101111 1001010 0 1 101 10110011 1010111 111100

Color Harmonies of #3FF2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF2EF

Black with #3FF2EF

Text Example


Text Example

White with #3FF2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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