Html Css Color HEX #3FEEBE Turquoise

📋 copy color: '#3FEEBE'

red 63 ◦ green 238 ◦ blue 190

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

Shades of Turquoise #3FEEBE

Tints of Turquoise #3FEEBE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.47%

 BLUE value IS 190 (74.61% from 255) = 38.7%

R = 12.83%
G = 48.47%
B = 38.7%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#3FEEBE (or 0x3FEEBE) is known color: Turquoise. HEX triplet: 3F, EE and BE. RGB value is (63,238,190). Sum of RGB (Red+Green+Blue) = 63+238+190=491 (65% of max value = 765). Red value is 63 (25% from 255 or 12.83% from 491); Green value is 238 (93.36% from 255 or 48.47% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEEBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEEBE is #C01141. Grayscale: #B4B4B4. Windows color (decimal): -12587330 or 12512831. OLE color: 12512831.

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

Color convert

RGB 63 238 190 -
CMYK 0.74 0 0.20 0.07
HSL 163.54º 0.84% 0.59% -
HSV(B) 163.54º 0.74% 0.93% -
XYZ 41.92 65.92 59.23 -
YUV 180.2 133.52 44.4 -
System Red Green Blue C M Y K H S L
Decimal 63 238 190 0.74 0 0.20 0.07 163.54 0.84 0.59
Hex 3F EE BE 4A 0 14 7 A4 54 3B
Octal 77 356 276 112 0 24 7 244 124 73
Binary 111111 11101110 10111110 1001010 0 10100 111 10100100 1010100 111011

Color Harmonies of #3FEEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEEBE

Black with #3FEEBE

Text Example


Text Example

White with #3FEEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,238,190); }

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

background-color css

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

 a { background-color: rgb(63,238,190); }

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

border-color css

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

 span { border-color: rgb(63,238,190); }

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