Html Css Color HEX #3FFBBE Turquoise

📋 copy color: '#3FFBBE'

red 63 ◦ green 251 ◦ blue 190

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

Shades of Turquoise #3FFBBE

Tints of Turquoise #3FFBBE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.8%

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

R = 12.5%
G = 49.8%
B = 37.7%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#3FFBBE (or 0x3FFBBE) is known color: Turquoise. HEX triplet: 3F, FB and BE. RGB value is (63,251,190). Sum of RGB (Red+Green+Blue) = 63+251+190=504 (66% of max value = 765). Red value is 63 (25% from 255 or 12.5% from 504); Green value is 251 (98.44% from 255 or 49.80% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 251 - color contains mainly: green. Hex color #3FFBBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFBBE is #C00441. Grayscale: #BBBBBB. Windows color (decimal): -12584002 or 12516159. OLE color: 12516159.

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

Color convert

RGB 63 251 190 -
CMYK 0.75 0 0.24 0.02
HSL 160.53º 0.96% 0.62% -
HSV(B) 160.53º 0.75% 0.98% -
XYZ 45.84 73.77 60.54 -
YUV 187.83 129.22 38.96 -
System Red Green Blue C M Y K H S L
Decimal 63 251 190 0.75 0 0.24 0.02 160.53 0.96 0.62
Hex 3F FB BE 4B 0 18 2 A1 60 3E
Octal 77 373 276 113 0 30 2 241 140 76
Binary 111111 11111011 10111110 1001011 0 11000 10 10100001 1100000 111110

Color Harmonies of #3FFBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFBBE

Black with #3FFBBE

Text Example


Text Example

White with #3FFBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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