Html Css Color HEX #3FEDBB Turquoise

📋 copy color: '#3FEDBB'

red 63 ◦ green 237 ◦ blue 187

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

Shades of Turquoise #3FEDBB

Tints of Turquoise #3FEDBB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.67%

 BLUE value IS 187 (73.44% from 255) = 38.4%

R = 12.94%
G = 48.67%
B = 38.4%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#3FEDBB (or 0x3FEDBB) is known color: Turquoise. HEX triplet: 3F, ED and BB. RGB value is (63,237,187). Sum of RGB (Red+Green+Blue) = 63+237+187=487 (64% of max value = 765). Red value is 63 (25% from 255 or 12.94% from 487); Green value is 237 (92.97% from 255 or 48.67% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 237 - color contains mainly: green. Hex color #3FEDBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEDBB is #C01244. Grayscale: #B3B3B3. Windows color (decimal): -12587589 or 12315967. OLE color: 12315967.

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

Color convert

RGB 63 237 187 -
CMYK 0.73 0 0.21 0.07
HSL 162.76º 0.83% 0.59% -
HSV(B) 162.76º 0.73% 0.93% -
XYZ 41.3 65.21 57.42 -
YUV 179.27 132.35 45.07 -
System Red Green Blue C M Y K H S L
Decimal 63 237 187 0.73 0 0.21 0.07 162.76 0.83 0.59
Hex 3F ED BB 49 0 15 7 A3 53 3B
Octal 77 355 273 111 0 25 7 243 123 73
Binary 111111 11101101 10111011 1001001 0 10101 111 10100011 1010011 111011

Color Harmonies of #3FEDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEDBB

Black with #3FEDBB

Text Example


Text Example

White with #3FEDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,237,187); }

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

background-color css

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

 a { background-color: rgb(63,237,187); }

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

border-color css

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

 span { border-color: rgb(63,237,187); }

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