Html Css Color HEX #3FF0E0 Turquoise

📋 copy color: '#3FF0E0'

red 63 ◦ green 240 ◦ blue 224

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

Shades of Turquoise #3FF0E0

Tints of Turquoise #3FF0E0

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.54%

 BLUE value IS 224 (87.89% from 255) = 42.5%

R = 11.95%
G = 45.54%
B = 42.5%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#3FF0E0 (or 0x3FF0E0) is known color: Turquoise. HEX triplet: 3F, F0 and E0. RGB value is (63,240,224). Sum of RGB (Red+Green+Blue) = 63+240+224=527 (69% of max value = 765). Red value is 63 (25% from 255 or 11.95% from 527); Green value is 240 (94.14% from 255 or 45.54% from 527); Blue value is 224 (87.89% from 255 or 42.50% from 527); Max value from RGB is 240 - color contains mainly: green. Hex color #3FF0E0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF0E0 is #C00F1F. Grayscale: #B9B9B9. Windows color (decimal): -12586784 or 14741567. OLE color: 14741567.

HSL color Cylindrical-coordinate representation of color #3FF0E0: hue angle of 174.58º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF0E0 is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 63 240 224 -
CMYK 0.74 0 0.07 0.06
HSL 174.58º 0.86% 0.59% -
HSV(B) 174.58º 0.74% 0.94% -
XYZ 46.66 68.76 81.33 -
YUV 185.25 149.86 40.8 -
System Red Green Blue C M Y K H S L
Decimal 63 240 224 0.74 0 0.07 0.06 174.58 0.86 0.59
Hex 3F F0 E0 4A 0 7 6 AF 56 3B
Octal 77 360 340 112 0 7 6 257 126 73
Binary 111111 11110000 11100000 1001010 0 111 110 10101111 1010110 111011

Color Harmonies of #3FF0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF0E0

Black with #3FF0E0

Text Example


Text Example

White with #3FF0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,240,224); }

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

background-color css

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

 a { background-color: rgb(63,240,224); }

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

border-color css

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

 span { border-color: rgb(63,240,224); }

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